Skip to main content

All Questions

Tagged with
0 votes
1 answer
38 views

Highcharts series value is different from a Data Source

I have a problem with Highcharts where the value of this.y does'nt represent the value of my data source. It looks like the picture below. I don't if this is a bug or not. Screenshot of Error This is ...
Rizkiananda Pradillah's user avatar
0 votes
1 answer
41 views

Highcharts wordcloud : how to eliminate words based on their weight

I need to eliminate words based on their weight. I tried to use word.weight before arr.push to avoid that words with weight lower than 3 goes into array ... but this doesn't work ! <script> ...
dim38paolo's user avatar
0 votes
2 answers
151 views

How to fill a JS Highcharts chart in Angular with a custom array

I try to use the Highcharts JS library with Angular. I use the Column Drilldown model. GOAL : The data part of the graph must look like this : data: [{ name: 'text name', y: 5, drilldown: 'text ...
Julien's user avatar
  • 619
0 votes
1 answer
102 views

How to show selected date on line chart plot with x axis in High chart if I have multiple value for single date

I am using Highchart , I am new for it , I need to show line chart when i have a selected date array and every date have multiple value. For Example I have date=[2022-01-02,2022-01-07,2022-01-10] and ...
Shubham's user avatar
  • 73
0 votes
0 answers
45 views

Change structure of an array Javascript [duplicate]

I am using Highcharts to create multiple bars on a chart and I get the data from an Ajax call. What I encounter is linked to the format of the array I get. What I am doing to create the array is : ...
HectorB's user avatar
  • 113
2 votes
1 answer
4k views

Uncaught TypeError: join(): Argument #2 ($array) must be of type ?array, string given / PHP8 data for highcharts [duplicate]

My webhost changed the PHP Version from PHP7.4 to PHP8. Now my Highcharts are not shown anymore and I got an error message depending to the Highcharts series data. The data for the chart comes from a ...
Kai L.'s user avatar
  • 49
0 votes
1 answer
95 views

Find object by key valye in array of objects recursively

I am trying to create a highcharts organization chart from json dynamically. For highcharts data series , format should be like below as each node will have links My json file "orgRelationData&...
Manny_s's user avatar
  • 15
0 votes
2 answers
348 views

how to create custom object for Highcharts series

I have a custom data to show in Highcharts column stack chart, please look below data and code var data = [ { "personId": "ff6b9c90-3961-4995-b05c-eaa8c0689f7c",...
Sathishkumar's user avatar
0 votes
0 answers
29 views

height chart series doesn't work in react js

I use height chart in my project but I have a problem with series I write function for series but in series section cant read my data and dra const series = useMemo(() => { const ...
sepideh bb's user avatar
0 votes
1 answer
94 views

Matching similar (momentJs) dates between two arrays of (momentJs) dates into a new array

In Short: I'm looking for all the dates in firstDateList that have a matching date in secondDateList within some threshold (which can differ from seconds to minutes) (Thanks for @gloo's comment). I'm ...
devS7's user avatar
  • 53
0 votes
0 answers
90 views

Highchart not showing from JSON data

I'm trying to display a line chart with json data, but with there, $_GET from the json I have the chart doesn't appear, here's my code : $(function () { var chart; $(document)....
Identic 7's user avatar
0 votes
1 answer
211 views

Highmaps js, on Hover display additional data

I'm working with the map of Paraguay. I added an input select to select different years and the maps changes according to my selection. The thing is, my data always comes in this format: const ...
Chris G's user avatar
  • 2,111
0 votes
2 answers
154 views

js highcharts, having problems creating the chart series

I'm using this as an example https://jsfiddle.net/kkulig/0k4m5d2q/ I removed the parts were he uses hardcoded data for these lines Replaced this var originalCategories = [new Category('A'), new ...
Chris G's user avatar
  • 2,111
0 votes
1 answer
104 views

Angular - Errors when filling a Highcharts network graph with an array

I try to fill a network graph made with the JS Highcharts library (see an example in that JS Fiddle). The whole thing is made on an Angular framework. I want to fill the data part of the graph with an ...
Julien's user avatar
  • 619
0 votes
1 answer
61 views

highcharts build map with a set of values and display another set of values as labels

I have a set of data like this : var data = [ ['gl', 2584], ['sh', 100201], ['bu', 2025], ['lk', 30336], ['as', 41225], ['dk', 500], ['fo', 655225], ['gu', 7555], ['...
VJ D's user avatar
  • 177

15 30 50 per page
1
2 3 4 5
20