134
Views
2
Comments
Outsystems Mobile ChartsMobile(Line Chart) symbol
Question

Is it possible to add a custom symbol in a line chart? 

Just like in this example: https://www.highcharts.com/demo/spline-symbols

In the example, custom symbols are set in 'series' array in HighChart options.

I can't find a way to use DataPoint structure to show custom symbols.

2019-04-02 11-48-16
Martin Rozeboom

The datapoints are shown in your current chart?  

2017-07-05 22-17-18
Henrique Batista
Staff

Hi Yosuke,

Yes, it's possible.

You need to use an action called AdvancedFormatInit, and set the JSON properties that you want. Then pass it to the chart.

You have a great component here that will help you understand how to achieve it.

Cheers

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.