score:1
You're not calling the function correctly, simply change
$(makeChart([1,2,3]);)
to
makeChart([1,2,3]);
score:1
To call the function it's just makeChart([1,2,3]);
.
The $()
is the jQuery selector. For example, $('#container')
.
Source: stackoverflow.com
Related Query
- How to define a javascript functions which creates highcharts on demand
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- How do I dynamically change a data point in Highcharts using JavaScript
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts how to use JavaScript variable as series data source?
- How to remove text which was added via chart.renderer in Highcharts
- how to change local functions of highcharts
- how to pass values to tooltip which not in x and y axis in highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Highcharts how to pass milliseconds to pointStart (really a javascript question)
- How to edit tooltip in Highcharts C# code
- how to use highcharts tooltip formatter in python code
- passing formatting JavaScript code to HighCharts with JSON
- How to add an extra label on a scatter plot point in Highcharts Javascript library?
- How to transform dict in list with JavaScript to return in Highcharts
- Basic Javascript: How can I link my HTML and Javascript on a Highcharts example?
- How to have multiple highcharts with different series data in vuejs without repeating code
- javascript : how to link categories to date in highcharts
- how to add custom class name to tick positioner in Highcharts using javascript
- How can I get proper object through loop using javascript for Bubble Charts of Highcharts
- How to represent a point which is outside range of x and y axis in highcharts
- Highcharts - How to combine unique legend for multi-series pie chart which perform same action for both series? (like onclick: show/hide)
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- javascript - Highcharts - Type Bar - How to set different starting for each bar
- How to use a javascript variable in highcharts series?
- JavaScript - Highcharts : How to prevent double click?
- how do i link my sqlite(PDO) databse data to highcharts code
More Query from same tag
- Show only used ticks in Highcharts
- Pie chart data labels are hidden for smaller values
- Generate Highcharts from CSV generated by php
- How to add opacity in spline chart
- AngularJS and angular-translate: Using the translate filter in an object literal
- Decrease x-axis label density in highcharts
- Highstock, Dynamically add Points, a definied time span at the beginning
- How to place 2 div one next the other one
- Complicated multidimensional array to use in highchart series
- How to match up category labels with multiple series?
- How to use image on label depending on data?
- Drilldown in Pie Chart of hplot R
- display vertical lines and horizontal lines on plots
- Convert Base64 to normal PNG for copy/pasting
- Highcharts - Export CSV include additional data
- R highcharter() global thousand separator?
- Is it possible to change the name of "x" for x data?
- Highchart json from mysql data not able to show up in line graph
- Highcharts inactive state must be applied to all items except for hovered item
- Javascript Code not running in Wordpress Pages
- Highcharts - series order on stacked charts
- HighCharts Adding a Back Button when data is set through point.events.click
- HighCharts XAxis logarithmic type
- High Charts : Two lines showing instead of one
- Highcharts: One Legend Controls Many Charts
- Highcharts - shared tooltips for certain serieses
- Highcharts Negative Values Column Graph Bottom Radius
- set chart type property in devexpress chart control c#
- Highcharts yaxis labels not working
- Highcharts - Pie chart legend remains hoverable on second series