Search found 47 matches

Go to advanced search

by don84
Wed Sep 14, 2016 12:09 pm
Forum: Highcharts Usage
Topic: How to retrieve county name from drilldown map?
Replies: 10
Views: 2794
 
Jump to post

Re:How to retrieve county name from drilldown map & apply co

How do I assign color to certain county upon state selection based on an ajax call to a server side script with State and County parameters? If such ajax call return a value greater than 0 apply color of 'green' to the county otherwise either use default for the county or 'grey'. Since posting to js...
by don84
Tue Sep 13, 2016 4:24 pm
Forum: Highcharts Usage
Topic: Assign a different color to each state...
Replies: 5
Views: 1481
 
Jump to post

Re: Assign a different color to each state ...

@d_paul, I attempted to use the update function for counties, complaining "name" not found, how do I reference the "county name" in the data sets? Thanks. data.forEach(function (i) { this.value = i; console.log(i,this.properties['name']); this.c = this.properties['name']; // cons...
by don84
Tue Sep 13, 2016 2:45 pm
Forum: Highcharts Usage
Topic: How to retrieve county name from drilldown map?
Replies: 10
Views: 2794
 
Jump to post

Re: How to retrieve county name from drilldown map?

In addition, the ajax call would always return either 1 or 0. And I can call the server side script with the two parameters of State and County successfully. Thanks.
by don84
Tue Sep 13, 2016 1:43 pm
Forum: Highcharts Usage
Topic: How to retrieve county name from drilldown map?
Replies: 10
Views: 2794
 
Jump to post

Re: How to retrieve county name from drilldown map?

@d_paul, This is very informative, thanks. Now I can get the county names of a selected state, however, my ajax call seems failed? Please see code below. Any idea? // ajax call for a server side script with State and County parameters function ckCounty(st,cunty) { $.ajax({ url: 'chkCounty.cfm?state=...
by don84
Tue Sep 13, 2016 12:43 pm
Forum: Highcharts Usage
Topic: How to retrieve county name from drilldown map?
Replies: 10
Views: 2794
 
Jump to post

How to retrieve county name from drilldown map?

Hi, I have a US states map page (all the states, level 1), similar to the following jsfiddle page except that my page uses different colors for each state, http://jsfiddle.net/dn1zfxwo/5/ Upon landing on the second page / level 2 (at state/county map level), how do I programmatically retrieve each c...
by don84
Tue Sep 13, 2016 12:38 pm
Forum: Highcharts Usage
Topic: Assign a different color to each state...
Replies: 5
Views: 1481
 
Jump to post

Re: Assign a different color to each state ...

@d_paul, this issue has been resolved, please take a look at the following one,
http://forum.highcharts.com/highcharts- ... or-t36311/

Thanks.
by don84
Mon Sep 12, 2016 9:46 pm
Forum: Highcharts Usage
Topic: Assign a different color to each state...
Replies: 5
Views: 1481
 
Jump to post

Assign a different color to each state...

Update: solved but still like to know if the following method would be doable as well. Hi, I have a map of the 50 states and there's a drilldown function for each state. It's working fine. However, I'd like to assign a color to one or several states. I thought a quick way would be to define a defau...
by don84
Sun Sep 11, 2016 1:12 pm
Forum: Highcharts Usage
Topic: align or not align,forward or not forward
Replies: 12
Views: 3478
 
Jump to post

Re: Is there a way to draw the values percent?

@d_paul, very nice, btw, how would a user stop the animation? Thanks.
by don84
Thu Sep 08, 2016 4:34 pm
Forum: Highcharts Usage
Topic: How to do an org chart / graph?
Replies: 2
Views: 1629
 
Jump to post

Re: How to do an org chart / graph?

Thanks d_paul, Pawel.
by don84
Thu Sep 08, 2016 3:52 pm
Forum: Highcharts Usage
Topic: One Average Spline for each Column in Combination Chart
Replies: 16
Views: 4589
 
Jump to post

Re: One Average Spline for each Column in Combination Chart

@sdo, great, thanks.

Update : Never mind the following, I figured it out.
"
And it would be convenient that the end point of each spline is able to automatically stand out, see my screen shot for the current default.
"
by don84
Thu Sep 08, 2016 2:16 pm
Forum: Highcharts Usage
Topic: One Average Spline for each Column in Combination Chart
Replies: 16
Views: 4589
 
Jump to post

Re: One Average Spline for each Column in Combination Chart

@sdo, how to use same color for the spline that corresponds to the person? For instance, for John it's light blue and for Joe it's black. Thanks.
by don84
Thu Sep 08, 2016 1:01 pm
Forum: Highcharts Usage
Topic: How to do an org chart / graph?
Replies: 2
Views: 1629
 
Jump to post

How to do an org chart / graph?

Hi,

Basic data sets would be: person (name), role (and relationship) and respective responsibility.

Would love to see some sample code.

Thanks.
by don84
Thu Sep 08, 2016 1:28 am
Forum: Highcharts Usage
Topic: OT: any school district IT people here?
Replies: 0
Views: 11593
 
Jump to post

OT: any school district IT people here?

First, forgive me for the OT. I wonder if we have any IT people here who work for some school district. If so, what type of data would a school district superintendent be most interested in and then what type of graph would be most fitting for that type of data?

Thanks.
by don84
Wed Sep 07, 2016 2:14 pm
Forum: Highcharts Usage
Topic: How to create a chart like this?
Replies: 12
Views: 4502
 
Jump to post

Re: How to create a chart like this?

I see, thanks. And here's some nitty pik, probably it makes more sense to name the variable row instead of column in this case since we exclude certain row not column
by don84
Tue Sep 06, 2016 3:44 pm
Forum: Highcharts Usage
Topic: How to create a chart like this?
Replies: 12
Views: 4502
 
Jump to post

Re: How to create a chart like this? New Question

rajaimrannisar's example: http://jsfiddle.net/t1afre1z/1/ Also if you want reading data directly from html table you read more about it here: http://www.highcharts.com/docs/working-with-data/data-module and see an example: http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tr...

Go to advanced search