score:8
Accepted answer
the solidgauge
type has its own module that needs to be included, it's not part of the highcharts-more.js file.
as seen in the demo for the solidgauge
chart:
files and reference:
score:5
i got the same problem. i fixed adding the following statements
import * as chartmodulemore from 'highcharts/highcharts-more.js';
import hcsoldgauge from 'highcharts/modules/solid-gauge';
import highcharts from 'highcharts'
chartmodulemore(highcharts);
hcsoldgauge(highcharts);
don't forget to add the files references:
<script src="../node_modules/highcharts/highcharts.js"></script>
<script src="../node_modules/highcharts/highcharts-more.js"></script>
<script src="../node_modules/highcharts/modules/solid-gauge.js"></script>
Source: stackoverflow.com
Related Query
- getting error#17 from highcharts while using solid gauge from backbone rails
- Getting error while using highcharts in Angular 7
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How to embed solid Gauge using highcharts inside a div of a specific size
- Highcharts Solid Gauge Dynamic Update Using JSON
- Highcharts Solid Gauge (Thermometer) ... Color from -30 to +60
- Getting the tick position and labels for Solid Guage using highcharts
- Getting error while using pattern in Angular Highcharts
- Highcharts Using Data from Ruby on Rails Database
- Tags disappeared from tagcloud in highcharts while using deriveFontSize method
- Having some trouble loading highcharts using backbone and rails
- gow to get Highcharts solid Gauge data from a JS variable?
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP
- Highcharts Error while loading solid gauge module
- Data is not getting displayed in PieChart of HighCharts using Angularjs (Dynamic Data from Ajax call)
- Unable to get highcharts image from highcharts export server using rails httparty
- multiple Drilldown in Highcharts using values from database in ruby on rails
- SyntaxError: JSON.parse: expected property name or '}' while using highcharts
- Highcharts Solid Gauge Width
- Using HighCharts with Backbone
- Scraping data from Highcharts using selenium
- HIghcharts 4 solid gauge max value
- Loading Highcharts series from XML using jQuery
- Not rendering VU-meter Gauge chart using HighCharts in Durandal
- Highcharts - Color coded legend for solid gauge
- Using highcharts with rails not displaying plotLines
- How do I use an Highcharts Solid Gauge in angular 6 with typescript?
- Query rails database, and update highcharts using Javascript
- creating a bar chart using Highcharts with React - getting an error that rendering div isn't found
More Query from same tag
- Highcharts chart creation using d3.csv
- add message on hover series name highcharts
- Dynamic chart using Highcharts with data from MySQL database
- HighCharts multiple data points per category
- Commas in tooltip of Highchart
- How to align category labels on xAxes in Highcharts.js
- Label truncation while using Grouped category plugin in highcharts
- highcharter custom animation
- Highcharts returning error 15 but the graph is correct?
- Why do these two Highcharts calls produce different windrose charts
- Gradient fill for react-highcharts' line chart
- Generating Highcharts from MySQL data with PHP does not work
- Highchart on mobile (Touch to zoom out and zoom in) - LineChart
- Highcharts - How to change display data and remove mouseover?
- highchart legend lables does not take mouse events
- React Highchart: Synchronized chart and tooltip is not highlighting the points
- Highcharts: How to set colors per column, per series, with a data set, in a multi series chart?
- How do I detect a zoom event in highcharts?
- Want to set the y axis ticks to a fixed value Highcharts
- How to load a highchart script within a WebPartZone
- How to insert a background image in r highcharts?
- Highcharts: Remove shadow from center of donut chart
- How can I get the max value of a y axis at highcharts?
- want to remove this bullet in front of these labels of highcharts graph
- How to redraw highchart series with json data value?
- Static Highcharts graphic with csv data and dynamic footnote
- HighChart pie does not display any data
- Highmaps from sharepoint data
- series declared dynamically Highcharts
- Highcharts, show total data as a live stream