Skip to content

Commit

Permalink
[Chart] Cal_Heatmap change domain Label Format
Browse files Browse the repository at this point in the history
  • Loading branch information
oxystin committed Nov 25, 2018
1 parent af88ccc commit dabca80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/visualizations/cal_heatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function calHeatmap(slice, payload) {
itemSelector: slice.selector,
tooltip: true,
domain: data.domain,
domainLabelFormat: "%b",
subDomain: data.subdomain,
range: data.range,
browsing: true,
Expand Down

0 comments on commit dabca80

Please sign in to comment.