-
Notifications
You must be signed in to change notification settings - Fork 821
Closed
Milestone
Description
No matter what I try, the category axis ticks don't change. On seeing the chart properties, after ppt is generated, i can see in the axis options that major unit is 0.5 and not 1 even after setting the below option
My Options for bubble chart is:
let optionsBubble = {
x: 0.6771654,
y: 2.16535,
w: 7.0511811,
h: 3.468504,
catAxisMajorUnit: 1.0,
catAxisMaxVal: 2,
catAxisMinVal: 0,
catGridLine: {
style : 'dash'
},
valAxisMajorUnit: 1,
valAxisMaxVal: 3,
valAxisMinVal: 1,
valGridLine: {
style : 'dash'
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
