Search found 22 matches

Go to advanced search

by sophie
Tue Jul 21, 2020 3:53 pm
Forum: Highcharts Stock
Topic: Highstock loading using require js amd
Replies: 5
Views: 1324
 
Jump to post

Re: Highstock loading using require js amd

Your setup is quite typical and should work.

Do not hesitate to let us know, if you could solve it or not.

Best regards.
by sophie
Tue Jul 21, 2020 2:04 pm
Forum: Highcharts Stock
Topic: Highstock loading using require js amd
Replies: 5
Views: 1324
 
Jump to post

Re: Highstock loading using require js amd

"highcharts-exporting": "/libs/highcharts/highcharts/modules/exporting", // <- this path looks incorrect … and is it mandatory to use the below lines if i am calling the files directly from full url ? packages: [{ name: 'highcharts', main: 'highstock' }], Hello! In most cases it...
by sophie
Mon Jul 23, 2018 11:52 am
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hi Jeffrey, You can add the following options in custom code to get data labels as well: plotOptions: { series: { dataLabels: { enabled: true, formatter: function () { return labels[this.point.index]; } } } }, Best regards, Sophie
by sophie
Mon Jul 23, 2018 7:34 am
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hi Jeffrey,

Thank you for the feedback. We are aware of this and develop a new preview system.

I will look into the second option.

Best regards,
Sophie
by sophie
Fri Jul 20, 2018 7:38 am
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hi Jeffrey,

I am sorry. I forgot to share it. I replaced the links with the correct ones.

Let me know, if the solution helps you.

Best regards,
Sophie
by sophie
Thu Jul 19, 2018 7:58 am
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hi Jeffrey, In this case, you have to use custom code to get the desired visualization. You can use the following custom code or insert your series data directly in the custom options. var newSeries = [{data:[]}]; var newData = newSeries[0].data; var lines = options.data.csv.split('\n'); Highcharts....
by sophie
Wed Jul 18, 2018 7:52 am
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hi Jeffrey,

Yes, you can. You have to change you columns order with the label column the first not the last.
The label column has to be the first, not the last.
The label column has to be the first, not the last.
Screen Shot 2018-07-18 at 09.46.34.png (67.77 KiB) Viewed 4250 times
Best regards,
Sophie
by sophie
Tue Jul 17, 2018 10:26 am
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hello! We need more information about your problem. Which chart examples do not work for you? Do you mean our chart demos as https://www.highcharts.com/demo ? Do you use browser extensions like ad blocker? Note: It is not possible to combine older Cloud-based charts (v5) with newer Cloud-based chart...
by sophie
Tue Jul 17, 2018 9:24 am
Forum: Highcharts Usage
Topic: How to test HighChart rendered with componentDidMount
Replies: 3
Views: 6279
 
Jump to post

Re: How to test HighChart rendered with componentDidMount

Hello! There is an official React wrapper, so you can use Highcharts as a component just like everything else inside the render event: https://github.com/highcharts/highcharts-react import Highcharts from 'highcharts/highstock' import HighchartsReact from 'highcharts-react-official' class MyChart ex...
by sophie
Fri Jul 06, 2018 7:36 am
Forum: Highcharts Usage
Topic: HighCharts Word Cloud not showing all the words
Replies: 10
Views: 4020
 
Jump to post

Re: HighCharts Word Cloud not showing all the words

Hi Chris, The associated developer created a bugfix, that will be part of the next release. Test with your samples: https://jsfiddle.net/zsh7g63c/55/ https://jsfiddle.net/equrhe7t/4/ The developer message on GitHub: https://github.com/highcharts/highcharts/issues/8565#issuecomment-402951094 The pull...
by sophie
Tue Jul 03, 2018 11:29 am
Forum: Highcharts Usage
Topic: HighCharts Word Cloud not showing all the words
Replies: 10
Views: 4020
 
Jump to post

Re: HighCharts Word Cloud not showing all the words

Hello, Thank you for the feedback. We created a bug report for this problem: https://github.com/highcharts/highcharts/issues/8565 The associated developer is right now working on some important features, so it will take some time before this issue gets solved. The workaround for now is still using t...
by sophie
Tue Jul 03, 2018 7:03 am
Forum: Highcharts Usage
Topic: HighCharts Word Cloud not showing all the words
Replies: 10
Views: 4020
 
Jump to post

Re: HighCharts Word Cloud not showing all the words

Hi Chris,

This should have been solved partly. The second example works for us in Window 10 and Chrome 67: https://jsfiddle.net/chrisvisokio/equrhe7t/
Can you confirm this?

Make sure to set https://api.highcharts.com/highcharts/p ... ientations to 0.

Best regards,
Sophie
by sophie
Tue Jun 19, 2018 2:01 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5668
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Error #14)

Hi Jeffrey! I am sorry for the late response. You can just use the latest version (in your last example) via: https://cloud.highcharts.com/show/upejawu This one gets automatically updated and use the regular code.highcharts.com files. A bundle like in the old cloud service does not exist. The proble...
by sophie
Mon Jun 18, 2018 7:21 am
Forum: Highcharts Stock
Topic: Tooltips with two x-axis chart
Replies: 1
Views: 1132
 
Jump to post

Re: Tooltips with two x-axis chart

Hi Chris, If you use different x-axes, this is possible by linking the two axes with the linkedTo option: https://api.highcharts.com/highcharts/xAxis.linkedTo Highcharts.chart('container', { xAxis: [{ gridLineWidth: 1, tickLength: 5, tickColor: 'black' }, { linkedTo: 0 } ] }); Best regards, Sophie
by sophie
Fri Jun 15, 2018 9:43 am
Forum: Highcharts Usage
Topic: display bar chart sorted by count instead of time
Replies: 1
Views: 1028
 
Jump to post

Re: display bar chart sorted by count instead of time

Hello! You have to define for each time a category in the x-axis and sort the data in your options regarding to these categories: https://api.highcharts.com/highcharts/xAxis.categories. Now you can apply the following resort function like this: https://jsfiddle.net/rfLmkua8/1/ function ascending(a, ...

Go to advanced search