How to make the DOT visible by line Chart?
Where to make the change ?
I modified the sample oml you gave me, here is the result. Are you looking for something Different ?
coder kamath wrote:
Thanks ... It worked ...
Hello Tamil,
From here: https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/Charts_API#AdvancedFormat
The graphs have a property called Advanced Format, that has a string option called HighchartsJSON.
It is a json configuration that you can use to change the style of the charts elements, like the point style: https://api.highcharts.com/highcharts/plotOptions.line.marker.enabled
You can also format the data points, axis, etc in other properties like Advanced Data Point Format.
Hope this helps (not in front of a computer to provide an example, sorry).
Cheers
Eduardo Jauch wrote:
This is working for line chart .I am using spider web chart component, how to do for this chart?
Something like this?
https://www.highcharts.com/demo/polar-spider
You can see the options used there. :)
yes... but I couldn't find any options for plot or marker
Try to add this:
plotOptions: { line: { marker: { enabled: true } } }
sorry... not working ...
Hi,
Can you provide an OML with a simple graph to show what you're doing, so that we can further investigate?
Cheers.
attached the oml
I'll take a look.
okay... Thank you ...
Try this
plotOptions: { series: { marker: { enabled: true } } },
Example with and without
Tried , not working
Hi
I would like you have two series lines in one spider chart
how can I implement in outystems?
attached the image for reference