You must be logged in to post your query.
Home › Forums › Chart Support › Stripline should not go over the text
Hi,
https://imageupload.io/en/mNcIKpb3SpsBnSs
If you see in this chart, the red strip line doesn’t go over the text. When it sees a text it just skips that portion. Is it possible to use the stripline feature this way in your chart. Can you please provide an example for it.
https://drive.google.com/drive/folders/1SfAltK-su7xlT0TL-G7IAgjPSv4_2sSs?usp=drive_link Can you try in the above sample app and show me.
@meenasiva,
Indexlabels are rendered on top of stripline by default. However, when showOnTop property of stripline is set to true, stripline gets rendered on top of every other element including indexlabel. In order to view the indexlabel clearly in your scenario, you can set the indexLabelBackgroundColor to the chart background color. Please take a look at this JSFiddle for an example on the same.
—– Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register