Search found 56 matches

Go to advanced search

by Jeffrey Phillips
Tue Mar 05, 2019 4:23 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Nine Months Later)
Replies: 7
Views: 7443
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Nine Months Later)

Hooray, my scatter plots work again! Thank you! https://cloud.highcharts.com/show/ygirawi One unrelated question: The blue logo in the lower left corner appears correctly in this view, but not at all in the editor. Any insight? I use this code to insert it: Highcharts.merge(true, options, { chart: {...
by Jeffrey Phillips
Mon Mar 04, 2019 8:52 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Nine Months Later)
Replies: 7
Views: 7443
 
Jump to post

Re: Labels in Scatter/Bubble Charts (Nine Months Later)

Look at the x-axis of your example. That's not fat intake.

>How exactly would you like to display it?
Exactly like the first example.
by Jeffrey Phillips
Fri Mar 01, 2019 10:39 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Nine Months Later)
Replies: 7
Views: 7443
 
Jump to post

Labels in Scatter/Bubble Charts (Nine Months Later)

Hello Highcharts Apparently, it is still not possible to create a labeled scatterplot using Highcharts Cloud. 1. Go to https://www.highcharts.com/demo/bubble and view the bubble chart. Screen Shot 2019-03-01 at 4.30.05 PM.png 2. Open the bubble chart in Highcharts Cloud by clicking the button. The r...
by Jeffrey Phillips
Fri Aug 03, 2018 2:59 pm
Forum: Highcharts Usage
Topic: csvURL and series.index or series.name
Replies: 3
Views: 1366
 
Jump to post

Re: csvURL and series.index or series.name

Is it weird that I feel better knowing it's a bug? :-)

The workaround is simple and works. For my needs, it's probably easier than using index in the first place. Thanks!
by Jeffrey Phillips
Thu Aug 02, 2018 9:14 pm
Forum: Highcharts Usage
Topic: csvURL and series.index or series.name
Replies: 3
Views: 1366
 
Jump to post

csvURL and series.index or series.name

OK, I'm about to tear out my hair. Take a look at http://webberenergygroup.com/energy101/2-charts.html The ONLY difference between the two charts is that the top one uses data: { csv: document.getElementById('csv').innerHTML }, and the bottom one uses data: { csvURL: window.location.origin + '/energ...
by Jeffrey Phillips
Fri Jul 20, 2018 5:25 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5597
 
Jump to post

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

I like the second option, using

Code: Select all

var labels
, but can you get the labels on the points and not just in the tooltip?
by Jeffrey Phillips
Fri Jul 20, 2018 5:20 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5597
 
Jump to post

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

Well, that sort of helps …

But if you open https://cloud.highcharts.com/show/uk3pgzme1 in the HC Cloud editor, you can't preview the chart: it fails with Error #14.
Screen-Shot-2018-07-20-at-12.18.06-PM.gif
Screen-Shot-2018-07-20-at-12.18.06-PM.gif (62.36 KiB) Viewed 4159 times
by Jeffrey Phillips
Thu Jul 19, 2018 7:02 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5597
 
Jump to post

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

I'm sorry, neither of those preview links seem to be working.
by Jeffrey Phillips
Thu Jul 19, 2018 6:03 pm
Forum: Highcharts Usage
Topic: Sankey: Tooltip valuePrefix, valueSuffix not working?
Replies: 3
Views: 1338
 
Jump to post

Re: Sankey: Tooltip valuePrefix, valueSuffix not working?

Code: Select all

pointFormat: '{point.fromNode.name} → {point.toNode.name}: <b>{point.weight}{point.y}</b><br/>',
valueSuffix: " million tons"
doesn't seem to work either, but I'm not sweating it since editing the pointFormat works just fine.

Thanks!
by Jeffrey Phillips
Wed Jul 18, 2018 9:15 pm
Forum: Highcharts Cloud
Topic: Embedding issues
Replies: 6
Views: 2169
 
Jump to post

Re: Embedding issues

buttonwillowsix wrote:I think that worked! Thanks!

By the way, I wouldn't think that "Save" would do that. I would think that would be "Save As..."?
I agree!
by Jeffrey Phillips
Wed Jul 18, 2018 8:14 pm
Forum: Highcharts Usage
Topic: Sankey: Tooltip valuePrefix, valueSuffix not working?
Replies: 3
Views: 1338
 
Jump to post

Sankey: Tooltip valuePrefix, valueSuffix not working?

I'm not having any success using valuePrefix or valueSuffix on my Sankey tooltips. Any insight?
Codepen: https://codepen.io/imjeffp/pen/BPLZyL
by Jeffrey Phillips
Wed Jul 18, 2018 7:45 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5597
 
Jump to post

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

That's not a scatterplot.
A scatterplot looks like this:
by Jeffrey Phillips
Tue Jul 17, 2018 4:47 pm
Forum: Highcharts Cloud
Topic: name per point in scatter plot with highchart cloud
Replies: 11
Views: 6675
 
Jump to post

Re: name per point in scatter plot with highchart cloud

Hi Piter, The case is not as simple as using standard Highcharts, because there is no possibility to use String type values as a data field. However, you can add another column in the data for labels, and then process existing data building your own parser for CSV. I prepared an example of how to a...
by Jeffrey Phillips
Tue Jul 17, 2018 4:43 pm
Forum: Highcharts Cloud
Topic: Labels in Scatter/Bubble Charts (Error #14)
Replies: 17
Views: 5597
 
Jump to post

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

Hi Sophie
Re-read my first post. Can you generate a bubble or scatter plot with labeled points using HC Cloud? Looking at the demo, the answer appears to be "no."

Go to advanced search