Hi,
I’m building a generic chart function and having a problem with maximum and minimum.
Sometimes I have a value, sometimes don’t.
Is there any away to set a automatic value?
axisY:{
minimum: max===undefined ? null : Number(max),
},
or
axisY:{
minimum: max===undefined ? auto: Number(max),
},
Br,
Daniel
-
This topic was modified 10 years, 5 months ago by Daniel Silva.