score:0
Accepted answer
OK, so it was in the API reference:
An
item
series. If the type option is not specified, it is inherited from chart.type.(...)
Requires
The hint of the module item-series
helps us find the issue for Vue.js: it needs to import item from 'highcharts/modules/item-series';
and then register it:
import HighchartsVue from 'highcharts-vue';
import highchartsMore from 'highcharts/highcharts-more';
import item from 'highcharts/modules/item-series';
import Vue from "vue";
Vue.use(HighchartsVue);
item(Highcharts);
The same solution (with its corresponding module) should work for other graphs and you can find the list of all modules in https://code.highcharts.com/.
Source: stackoverflow.com
Related Query
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- How can I fix the navigator issue in highstock when I have more than 1 series in different time intervals?
- Highstock: When legend under the chart has many items, the chart height is small. How can I fix the height?
- HighCharts error #18: Requested Axis Does not exist
- How can I set the legend symbol color for a series when using colorByPoint?
- When trying to display a chart using ChartIt, Error saying template does not exist arises
- Getting Error Property 'nodeFormatter' does not exist on type 'SeriesOrganizationDataLabelsOptionsObject[]'
- Angular 9 Highcharts - when using series of type pie with type gauge the innerSize of pie is not working
- Error :'error TS2339: Property 'data' does not exist on type 'Response'.- Angular
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highstock compare previous data point when date does not exist in series
- How to make legend labels to bring out the series of a pie chart and not make them disappear when label is clicked in HighCharts?
- The RTL language (Arabic) is not working with HighCharts pie chart correctly, how can I fix this?
- How can I fix Highcharts error #13?
- How can i hide all the Series in highcharts at a time
- How can I reset the styles given to series in Highcharts?
- How can I delete all of the points from a highcharts series
- How can I extend the lines of this Highchart series to the edges of my chart area?
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- How can I hide ALL series with the same ID with a button on highcharts? (line graph)
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- How I can customize the file name when exporting using the plug-in CSV in Highcharts?
- How to render the missing data series and fix the dates on the x-axis in Highcharts?
- How can I disable the Highstocks range selector buttons when loading data asynchronously?
- How can I hide non-selected series and axes when using XY zoom with highcharts?
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- Why does my addSeries (in highcharts) only display names of the series but not the actual pie chart itself
- Highcharts not working when pass the javascript variable as hightcharts series data
- how to continue the graph line when missing series of data in middle of highcharts
- Function does not work on first render instead the series is generated after the subsequent renders
More Query from same tag
- Highcharts show legend just once
- Highcharts custom animation support
- Highcharts : use function in Serie data
- How to show correctly ticks to time data in a Pie chart label using highcharts?
- Highcharts -- Hide zero values without using 'null'
- Long Legend in Highcharts Becomes Hidden
- Highcharts specify height of plot area only
- Comparing percentage with Highstock
- Highmaps: Show datalabels for only one series
- Highcharts, use error bar with Data Module
- Highcharts Gauge not appearing
- Updating chart on clicking button
- Highcharts returning error 14
- Highcharts warning: Invalid attribute 'src' in config
- How to Change the color of the text in donut chart
- Toggle between charts using highcharts
- Highcharts DataGrouping with Null values
- Show default Drilldown in highcharts
- How to show BAr graph rather than line graph in High Stoch Chart
- highcharts splines chart - large data should plot specific data only
- Spline chart drawn on the xaxis in case of single value or constant values - highchart
- How to force start on min/max and prevent automatic rounding
- Highcharts - set xAxis range when using xAxis Categories?
- Add plotbonds to Gaps defined by GapSize in Highcharts
- Highchart don't show line if Y.axis is the same
- Unknown Text Shadow (Highcharts)
- I have synchronized charts with synch’d zooming. I would like to zoomout in steps (not just back to 1:1). Does anyone have a working example of this?
- Rendering Highcharts graph
- How to bind to Highcharts constructor/listen to CustomEvents from Vue component
- Using a function for x value