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: Is it possible to show Sunburst legend similar to Pie chart legend?
- How does 'min' 'max' works in Highcharts? I can't get the scrollbar to work
- How do I calculate the total Data values for both and display in Legend
- Highcharts pie chart list of selected section
- Stacked chart Scrolling Issue
- How do I remove the empty space beneath a solid gauge?
- Android Highchart bar chart add a text below a bar
- How to hide the figures on the coordinates in a High Chart graph?
- Is to possible to delay the needle loading animation in Highcharts angular gauge?
- How do I implement grouped categories plugin using text and images as x axis categories? In highchart?
- Make highchart columns extend to edge
- Load json-data into Highchart
- R Highcharter Sankey nodes column property trouble
- How to create a div container for a highcharts graphic by means of code?
- which rangeSelector button is selected in highcharts
- Highcharts passing variable to tooltip
- Make datepicker work with highcharts
- Rendering HighCharts to class instead of id?
- Highcharts Master Detail Chart not rendering 2nd series
- Options is not defined : Highchart error, Javascript
- Highcharts pattern plugin and wkhtmltopdf
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Is it possible to style columnrange highchart to change color when data is below 0?
- highchart/highstock tooltip does not adjust after zoom
- Highcharts -- yAxis on donut chart not being displayed
- Highcharts Dynamic Chart (Updating over certain interval) PHP+MySql Example
- set width of chart, highcharts
- highcharts not working properly
- Highchart Pie Chart shows "slice 0.0%" when loading data from csv
- Add multiple data points to a series