Adds span/tick support
This commit is contained in:
parent
31c8c7d008
commit
25207622ab
2
docs/assets/js/frappe-charts.min.js
vendored
2
docs/assets/js/frappe-charts.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -380,7 +380,7 @@ export default class AxisChart extends BaseChart {
|
|||||||
componentConfigs.push([
|
componentConfigs.push([
|
||||||
'yAxis',
|
'yAxis',
|
||||||
{
|
{
|
||||||
mode: this.config.yAxisMode,
|
mode: yAxis.yAxisMode || 'span',
|
||||||
width: this.width,
|
width: this.width,
|
||||||
height: this.baseHeight,
|
height: this.baseHeight,
|
||||||
shortenNumbers: this.config.shortenYAxisNumbers,
|
shortenNumbers: this.config.shortenYAxisNumbers,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user