mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix percentage change viz (#2757)
This commit is contained in:
committed by
Maxime Beauchemin
parent
38375be5c3
commit
d9bd3d6460
@@ -237,6 +237,7 @@ function nvd3Vis(slice, payload) {
|
||||
case 'compare':
|
||||
chart = nv.models.cumulativeLineChart();
|
||||
chart.xScale(d3.time.scale.utc());
|
||||
chart.useInteractiveGuideline(true);
|
||||
chart.xAxis
|
||||
.showMaxMin(false)
|
||||
.staggerLabels(true);
|
||||
|
||||
Reference in New Issue
Block a user