164
Views
5
Comments
Solved
It's Line chart starter point  not visible? if not  visible, can it be show?

when i use line chart only show range data populate, it's show but need hover mouse on. can I make it show like when hover it?





Thank you in advance

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Agus,

I'm not sure what you mean exactly. In this example, if you set "enabled" to "true", you get the markers that you want. Like I said, you need to add that JSON to the AdvancedFormat Property of the Chart Web Block, like so:

AdvancedFormat_Init(HighchartsJSON:"plotOptions:{series:{marker:{enabled: true}}}")
2018-04-20 04-21-16
Agus Kukuh Setiaji

Kilian Hekhuis wrote:

Hi Agus,

I'm not sure what you mean exactly. In this example, if you set "enabled" to "true", you get the markers that you want. Like I said, you need to add that JSON to the AdvancedFormat Property of the Chart Web Block, like so:

AdvancedFormat_Init(HighchartsJSON:"plotOptions:{series:{marker:{enabled: true}}}")

Hi Kilian, thanks for help.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Agus,

To show a data points marker, check the Highcharts documentation on it. You probably need to set the "enabled" property. You can add the JSON via the AdvancedFormat_Init, via the DataSeriesFormat Input Parameter, DataSeriesJSON Attribute.

2018-04-20 04-21-16
Agus Kukuh Setiaji

Kilian Hekhuis wrote:

Hi Agus,

To show a data points marker, check the Highcharts documentation on it. You probably need to set the "enabled" property. You can add the JSON via the AdvancedFormat_Init, via the DataSeriesFormat Input Parameter, DataSeriesJSON Attribute.

Hi Kilian, thanks for reply
you mean this one? 


in documentation, where i can see it? in sample data start it's  already can show only 1 start point? can you give me example how do it to show only 1 data in line chart show it's dots?  

Thank you in advance

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Agus,

I'm not sure what you mean exactly. In this example, if you set "enabled" to "true", you get the markers that you want. Like I said, you need to add that JSON to the AdvancedFormat Property of the Chart Web Block, like so:

AdvancedFormat_Init(HighchartsJSON:"plotOptions:{series:{marker:{enabled: true}}}")
2018-04-20 04-21-16
Agus Kukuh Setiaji

Kilian Hekhuis wrote:

Hi Agus,

I'm not sure what you mean exactly. In this example, if you set "enabled" to "true", you get the markers that you want. Like I said, you need to add that JSON to the AdvancedFormat Property of the Chart Web Block, like so:

AdvancedFormat_Init(HighchartsJSON:"plotOptions:{series:{marker:{enabled: true}}}")

Hi Kilian, thanks for help.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

You're most welcome.

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