CrazyCoder Report post Posted December 6, 2017 I'm using multi series chart to display the data. In this there are almost 9 series with different colors. All the colors are specified in the "paletteColors" attribute. But the problem I'm facing is , the anchors which are displayed are not filled and only border of anchor appears .I want the anchors to be filled with the same color as the line. Sample Json and Chart image are attached . Kindly suggest as quickly as possible. Sample Json.txt Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 6, 2017 Hi, In order to fill the anchor color with the same color as the plot line for that particular series, please set anchorBgColor at the dataset level for that particular series and provide the corresponding hex color code for that plot line. Please check the sample fiddle for reference - http://jsfiddle.net/uxuzay6w/ Share this post Link to post Share on other sites
CrazyCoder Report post Posted December 6, 2017 thanks Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 6, 2017 Good to know that the problem was solved. Share this post Link to post Share on other sites