Chart code editing and options for Markpoint

Hi,
If found, that I can add into chart a markpoints for min and max values when I will edit a chart code :

        markPoint:
          data:
            - type: min
              name: min
            - type: max
              name: max

Question is what else I can add. Commands are the same like here ? :

Documentation - Apache ECharts

I have a year chart. Is it possible add a markpoint for actual Month or accordint to month name ?

Thank you

1 Like

It is possible to add most eCharts options to the oh-charts. As long as you understand how to convert back and forth from the yaml syntax of the oh widgets to arrays, objects, and other types referenced in the eCharts you should be able to do what ever you need.

I’ve never worked with the markpoint setting, so I don’t know the details, but I’m sure it’s possible.

Thanks,
Hope there is any user which knows how to define a markPoint which shows a value for a Month which I define.