danvk / dygraphs

Interactive visualizations of time series using JavaScript and the HTML canvas tag
http://dygraphs.com
Other
3.17k stars 605 forks source link

Add an option for the highlight zoom rectangle color #334

Open danvk opened 10 years ago

danvk commented 10 years ago

From krystian...@poczta.fm on August 09, 2011 02:36:30

Highlight zoomed area default is gray+opacity. Personalize this option.

Original issue: http://code.google.com/p/dygraphs/issues/detail?id=220

danvk commented 10 years ago

From danvdk on December 27, 2011 08:19:50

Agreed. There should be at least some customizability here.

Status: Accepted

danvk commented 10 years ago

From konigsb...@gmail.com on December 04, 2012 04:38:59

Labels: Component-Interaction Component-UI

danvk commented 10 years ago

From konigsb...@gmail.com on December 04, 2012 04:39:19

Solve with new drawZoomCallback?

danvk commented 10 years ago

From da...@google.com on February 08, 2013 11:02:19

Labels: -Type-Defect Type-Enhancement

danvk commented 9 years ago

Here's where it's hard-coded right now: https://github.com/danvk/dygraphs/blob/ecf84f57447c011a140d36ba5181e41dbb93f121/src/dygraph.js#L1531