Search found 55 matches

Go to advanced search

by primerano
Wed Feb 06, 2019 1:04 pm
Forum: Highcharts Usage
Topic: Options for reducting datetime data size?
Replies: 7
Views: 1109
 
Jump to post

Re: Options for reducting datetime data size?

Rafal,

Thanks for confirming.

Tony
by primerano
Tue Feb 05, 2019 3:15 pm
Forum: Highcharts Usage
Topic: Options for reducting datetime data size?
Replies: 7
Views: 1109
 
Jump to post

Re: Options for reducting datetime data size?

Hi Rafal, In this example -> https://jsfiddle.net/primerano/1w50kpt3/14/ I want my quarter dates to be YYYY-01-01, YYYY-04-01, YYYY-07-01 and YYYY-10-01 Doing a pointInterval of 24 * 3600 * 1000 * 365/4 is an approximation that goes bad after a short time. We end up with YYYY-01-01, YYYY-04-02, YYYY...
by primerano
Tue Feb 05, 2019 1:22 pm
Forum: Highcharts Usage
Topic: Options for reducting datetime data size?
Replies: 7
Views: 1109
 
Jump to post

Re: Options for reducting datetime data size?

Yes, I was hoping to set the X values once and only have the Y values in the series array.

Using a pointStart and pointInterval doesn't work well for quarterly data

https://jsfiddle.net/primerano/1w50kpt3/14/

Also, I'll be using highStock.
by primerano
Mon Feb 04, 2019 9:03 pm
Forum: Highcharts Usage
Topic: Options for reducting datetime data size?
Replies: 7
Views: 1109
 
Jump to post

Re: Options for reducting datetime data size?

The subject should be "Options for reducing datetime data size?" -- i don't see an option to edit the subject
by primerano
Mon Feb 04, 2019 8:18 pm
Forum: Highcharts Usage
Topic: Options for reducting datetime data size?
Replies: 7
Views: 1109
 
Jump to post

Options for reducting datetime data size?

I am working with some quarterly data that I build out into separate data javascript file. But the file is 3.6MB and I wanted to shrink it. (note: this 3.6MB is for more than 1 chart). The data is similar to what is in this example. https://jsfiddle.net/primerano/1w50kpt3/7/ My initial thought was t...
by primerano
Mon Feb 04, 2019 1:58 pm
Forum: Highcharts Usage
Topic: Why do area chart legends ignore the marker symbol I have specified?
Replies: 12
Views: 6523
 
Jump to post

Re: Why do area chart legends ignore the marker symbol I have specified?

I got it. Let me know if this is the best way. Thanks!

Code: Select all

Highcharts.seriesTypes.area.prototype.drawLegendSymbol = function(legend) {
  this.options.marker.enabled = true;
  Highcharts.LegendSymbolMixin.drawLineMarker.apply(this, arguments);
  this.options.marker.enabled = false;
}
by primerano
Mon Feb 04, 2019 1:08 pm
Forum: Highcharts Usage
Topic: Why do area chart legends ignore the marker symbol I have specified?
Replies: 12
Views: 6523
 
Jump to post

Re: Why do area chart legends ignore the marker symbol I have specified?

Thanks Rafal!

Is there a way to make it work when

Code: Select all

series: {marker: {enabled: false}}
I want to see the marker on hover, in the legend and in the tooltip but not on every point on the line.

I'll see if I can figure out a way but if you know, please share.

Thanks
Tony
by primerano
Fri Feb 01, 2019 8:40 pm
Forum: Highcharts Usage
Topic: Why do area chart legends ignore the marker symbol I have specified?
Replies: 12
Views: 6523
 
Jump to post

Why do area chart legends ignore the marker symbol I have specified?

My UX team wants the shape in the legend to match the shape in the tooltip of my stacked area chart. With a regular line chart i can get it working here -> https://jsfiddle.net/primerano/bagw6m8c/9/ This is less than ideal because I would like to turn off the markers on the line and only show them o...
by primerano
Mon Nov 13, 2017 2:04 pm
Forum: Highcharts Maps
Topic: tooltip jitter when using keyboard navigation
Replies: 3
Views: 1153
 
Jump to post

Re: tooltip jitter when using keyboard navigation

https://github.highcharts.com/bugfix/modules/accessibility.js is returning a 400 error at the moment so https://jsfiddle.net/daniel_s/xbe0pzdw/ is not working "Could not assemble this file. It is likely an error located in the source files." Can you point me to the issue on github that has...
by primerano
Thu Nov 09, 2017 9:42 pm
Forum: Highcharts Maps
Topic: tooltip jitter when using keyboard navigation
Replies: 3
Views: 1153
 
Jump to post

tooltip jitter when using keyboard navigation

When using the keyboard to navigate through states on a map the tooltip starts on the left and then is redrawn in the correct place. ex: https://jsfiddle.net/primerano/vht1p04z/ Hit the "get me a tab away from chart" button. Hit tab and then start using the arrow keys to see the tooltip ge...
by primerano
Tue Nov 07, 2017 1:00 pm
Forum: Highcharts Maps
Topic: Can keyboard navigation ignore points that aren't on map?
Replies: 1
Views: 696
 
Jump to post

Can keyboard navigation ignore points that aren't on map?

I have a dataset that covers all counties in the US On this page I can drill to the state level or view USA. https://jsfiddle.net/primerano/ykk85n8d/ If I am on Maryland and I tab into the map the 1st point is always in Alabama which is not on the current map. I could make subsets of the data as the...
by primerano
Tue Oct 31, 2017 12:51 pm
Forum: Highcharts Maps
Topic: update us-all-all.js?
Replies: 1
Views: 832
 
Jump to post

update us-all-all.js?

How often are the map collections updated? I use the us-all-all map and noticed that some counties are missing. http://code.highcharts.com/mapdata/countries/us/us-all-all.js is missing changes in https://www.cdc.gov/nchs/nvss/bridged_race/county_geography-_changes2015.pdf I realize that these detail...
by primerano
Thu Oct 26, 2017 3:32 pm
Forum: Highcharts Usage
Topic: accessibility.js not honoring skipKeyboardNavigation
Replies: 2
Views: 910
 
Jump to post

Re: accessibility.js not honoring skipKeyboardNavigation

no response here. i'll open an issue and let em reject it if they feel the code is WAD
by primerano
Wed Oct 25, 2017 12:56 pm
Forum: Highcharts Stock
Topic: pointDescriptionFormatter not called / HighStocks Area chart
Replies: 5
Views: 1480
 
Jump to post

Re: pointDescriptionFormatter not called / HighStocks Area c

no sure why I posted this in highmaps instead of highstocks. Sorry about that. is it possible to move it? DId you say to set the radius to 0 and then edit the post to 0.1? or am I losing my mind? ;-) marker: {enabled: true, radius: 0.1, states: { hover: { radius: 4 } } }, With NVDA i need to bump it...

Go to advanced search