2

Has anyone been able to remove the $ sign from a Kendo Stockchart? I am trying to use this chart as it has the navigation box but I am not using it for financial information, but rather quantity over time.

I've tried changing the template for the value axis, but without success.

Nic
  • 12,220
  • 20
  • 77
  • 105
Lightning77
  • 313
  • 5
  • 14

1 Answers1

1

You should be able to achieve this using the format option:

valueAxis: [{
    labels: {
        format: "{0}"
    }
}
Nic
  • 12,220
  • 20
  • 77
  • 105