superset/caravel
Shashank Shekhar 15ee6d82e3 Histogram (#888)
* Add Histogram as a visualization

The css and js file use the histogram code from https://bl.ocks.org/mbostock/3048450.
THe viz.py extends from BaseViz to create chart data only for one histogram

* using d3.layout.histogram

* CSS updated

The new css has been used from the d3 chart http://bl.ocks.org/mbostock/1933560

* bars are visible

* added semicolons

* histogram from http://bl.ocks.org/mbostock/1933560

It takes as input no of bins. The histogram cycles through
a set of colors for different lengths of the bar. It places a
y axis coordinate on top or on the upper end of the bar
whichever is suitable.

* update style changes
2016-08-10 15:04:19 -07:00
..
assets Histogram (#888) 2016-08-10 15:04:19 -07:00
bin Add an option to allow users to choose to what IP address the web server must bind to. Default to 0.0.0.0 (all IP addresses). (#826) 2016-07-28 11:49:43 -07:00
data Fix erroneous options for default slices (#730) 2016-07-10 19:37:02 -07:00
migrations Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates ui update (#879) 2016-08-08 10:55:03 -07:00
translations Fix small typo in message strings (#778) 2016-07-19 17:30:06 -04:00
__init__.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
forms.py Miscellaneous style fixes spotted by landscape (#874) 2016-08-04 15:30:33 -07:00
models.py Add per database permissions for the SQL Lab. (#885) 2016-08-09 17:53:23 -07:00
utils.py Add per database permissions for the SQL Lab. (#885) 2016-08-09 17:53:23 -07:00
version.py v0.10.0 2016-06-28 16:42:33 -07:00
views.py Add per database permissions for the SQL Lab. (#885) 2016-08-09 17:53:23 -07:00
viz.py Histogram (#888) 2016-08-10 15:04:19 -07:00