haiiaaa / chartjs-gauge

Gauge chart for Chart.js
53 stars 35 forks source link

chart value range label #42

Closed we1ew closed 1 year ago

we1ew commented 1 year ago

Hello.

I'm using chartjs-gauge well. Is there a way to express the starting and ending values at both ends of the gauge? I want to do it like the picture below.

image

First of all, I would like to thank everyone for their help.

we1ew commented 1 year ago

I solved it by div and css image

.left { display: inline; margin-left: 21%; } .right { display: inline; margin-right: 18%; margin-left: auto; }