You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for this great chartjs wrapper. I use this on one of my project but I got some trouble how to access a specific point inside the line chart canvas and apply some styles. I read the docs but can't find any good category where deep styling resides (for design sake).
Hey thanks for the response. Just ignore the tooltip. Sorry for not making my question clear. What I wanted to do is change the point style for eg. JUN data and the rest points data are at the same styles.
Hi, Thanks for this great chartjs wrapper. I use this on one of my project but I got some trouble how to access a specific point inside the line chart canvas and apply some styles. I read the docs but can't find any good category where deep styling resides (for design sake).
Template
<d-chartrecord :chart-data="datacollection" v-bind:options="options" :height="200"></d-chartrecord>
Script
Component Script
Maybe add some examples in the doc for styling and explanation?
Thanks! More power!
The text was updated successfully, but these errors were encountered: