CrazyCoder

Fill the anchor data plots with same color as line

Recommended Posts

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.

Capture1.PNG

Sample Json.txt

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now