1

I'm evaluating Anychart's gauge component with Vue 2. The example from github works fine (with pie, bars and line graphs), but when I try to set the chart to the type 'gauge' or 'circular-gauge' it's not found. Are there any additional steps to follow in order for this to work?

xain
  • 13,159
  • 17
  • 75
  • 119

1 Answers1

1

The Circular Gauge requires adding the Core and Circular Gauge modules as stated in the AnyChart Documentation. I guess you are missing the Circular Gauge module. Try adding that and refer to the documentation if you need additional information.

Felix Limbach
  • 206
  • 1
  • 5