Search found 9 matches

Go to advanced search

by glm
Thu Feb 05, 2015 2:40 pm
Forum: Highcharts Usage
Topic: Display "human-centered" dates as opposed to UNIX
Replies: 3
Views: 1250
 
Jump to post

Re: Display "human-centered" dates as opposed to UNIX

[quote="KacperMadej"]How about tooltip settings that I have posted for your in another topic? Example: http://jsfiddle.net/kfak23bm/1/ Thanks. I thought about that on my way home last night. Silly me I was trying to convert from UNIX back to UTC using dateFormat to no affect - when I shoul...
by glm
Thu Feb 05, 2015 12:24 am
Forum: Highcharts Usage
Topic: Display "human-centered" dates as opposed to UNIX
Replies: 3
Views: 1250
 
Jump to post

Display "human-centered" dates as opposed to UNIX

I'm slowly but surely getting my charts to work. But there are still a lot of things that are driving me crazy. One of them is displaying "human-centered" dates as opposed to UNIX dates. See fiddle: http://jsfiddle.net/MAYO/cm5roecm/1/ series:[{"name":"aa","data&qu...
by glm
Wed Feb 04, 2015 10:22 pm
Forum: Highcharts Usage
Topic: Structuring the data - updated
Replies: 6
Views: 1522
 
Jump to post

Re: Structuring the data - updated

You could create function that will process data for you, but how to create one depends on format of your raw data. Distance between bars can be adjuster either by using pointPadding and groupPadding or by using pointWidth . (Notice: those two approaches are mutually exclusive) Thank you. That work...
by glm
Wed Feb 04, 2015 3:49 pm
Forum: Highcharts Usage
Topic: Structuring the data - updated
Replies: 6
Views: 1522
 
Jump to post

Re: Structuring the data - updated

You could try with columnrage type series. Demo: http://www.highcharts.com/demo/columnrange Example: http://jsfiddle.net/kfak23bm/1/ I like the simplicity of this - my one concern is that I have 100s of people and (depending on the chart 4-7 categories. Doing this 200+ times seems crazy. And the pr...
by glm
Wed Feb 04, 2015 3:45 pm
Forum: Highcharts Usage
Topic: Structuring the data - updated
Replies: 6
Views: 1522
 
Jump to post

Re: Structuring the data - updated

thank you. I will take a look at that. I have something that works but still needs a lot of work.

fiddle: http://jsfiddle.net/MAYO/cm5roecm/
by glm
Tue Feb 03, 2015 7:32 pm
Forum: Highcharts Usage
Topic: Stacked Bar Chart - Organizing the data - SOLVED
Replies: 0
Views: 12221
 
Jump to post

Stacked Bar Chart - Organizing the data - SOLVED

I'm trying to create stacked bar charts and cannot create it using the data organization below series: [{ name: 'John', data: [5, 3, 4, 7, 2] }, { name: 'Jane', data: [2, 2, 3, 2, 1] }, { name: 'Joe', data: [0,0,3,4,0] } How would I do something along the way of (pseudo-code below) category:[{ name:...
by glm
Mon Feb 02, 2015 8:38 pm
Forum: Highcharts Usage
Topic: Structuring the data - updated
Replies: 6
Views: 1522
 
Jump to post

Structuring the data - updated

I am making a bar chart of displaying an organization (president, treasurer, head of this, head of that) and often times the same person is occupying multiple positions at one time. All the examples I see present a simple data structure. name: 'John', data: [5, 3, 4, 7, 2] }, { name: 'Jane', data: [...
by glm
Mon Feb 02, 2015 4:46 pm
Forum: Highcharts Usage
Topic: Stacked Bar Chart - Place labels inside the bar area
Replies: 3
Views: 1735
 
Jump to post

Re: Stacked Bar Chart - Place labels inside the bar area

@KacperMadej and duniyadnd

Thanks. I don't know how I missed something like that. I supposes that shows that I have to read the documentation more closely. Thanks again.
by glm
Fri Jan 30, 2015 5:29 pm
Forum: Highcharts Usage
Topic: Stacked Bar Chart - Place labels inside the bar area
Replies: 3
Views: 1735
 
Jump to post

Stacked Bar Chart - Place labels inside the bar area

I've searched but haven't found the answer: I would like to be able to enter labels into stacked bar charts. To clarify: in the highchart fiddle below I would like to have "Joe" inside each of the green areas, Jane in the black and John in the blue. I've looked but haven't come up with the...

Go to advanced search