Adds span/tick support

This commit is contained in:
Kaleb White 2021-11-15 17:39:29 -08:00
parent 31c8c7d008
commit 25207622ab
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -380,7 +380,7 @@ export default class AxisChart extends BaseChart {
componentConfigs.push([
'yAxis',
{
mode: this.config.yAxisMode,
mode: yAxis.yAxisMode || 'span',
width: this.width,
height: this.baseHeight,
shortenNumbers: this.config.shortenYAxisNumbers,