We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b20e0 commit 19fb125Copy full SHA for 19fb125
src/js/trove/charts-lib.js
@@ -1153,7 +1153,7 @@
1153
name: 'secondary',
1154
range: axesConfig.secondary.range,
1155
...(axesConfig.secondary.name === 'x' ? xAxisType : yAxisType),
1156
- nice: true, zero: true,
+ nice: true, zero: false,
1157
domain: (axis && isNotFullStacked) ? { signal: 'extent(domain("secondaryLabels"))' } : { data: 'table', field: 'value1' }
1158
};
1159
const scales = [
@@ -2613,7 +2613,7 @@
2613
}),
2614
})),
2615
transform: [
2616
- { type: 'formula', as: 'yprime', expr: 'datum.y + datum.delta' }
+ { type: 'formula', as: 'yprime', expr: 'datum.y - datum.delta' }
2617
]
2618
},
2619
{
0 commit comments