You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://apexcharts.com/docs/options/series/
The above page says that name and data can be specified for axis charts. But in fact some other properties can be specified here. For example color also works.
Where I can find a full list of all parameters that can be specified for a given series?
I am especially interested whether it is possible to specify dash parameters here.
I know that dashArray can be specified on global chart level like here: https://apexcharts.com/angular-chart-demos/line-charts/dashed/ but it would be much convenient to me if I could do it in every series definition directly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
https://apexcharts.com/docs/options/series/
The above page says that
name
anddata
can be specified for axis charts. But in fact some other properties can be specified here. For examplecolor
also works.Where I can find a full list of all parameters that can be specified for a given series?
I am especially interested whether it is possible to specify dash parameters here.
I know that
dashArray
can be specified on global chart level like here: https://apexcharts.com/angular-chart-demos/line-charts/dashed/ but it would be much convenient to me if I could do it in every series definition directly.Beta Was this translation helpful? Give feedback.
All reactions