Saigesp / vue-d3-charts

D3 charts for Vue
https://saigesp.github.io/vue-d3-charts/
GNU Lesser General Public License v2.1
97 stars 30 forks source link

Line chart: Custom string values at x-axis #38

Open RMaier92 opened 2 years ago

RMaier92 commented 2 years ago

I'd like to add custom texts instead of dates on the x-axis like this:

image

How can i do this?

My current config and data looks like this:

image image