superset/caravel/assets
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
..
images Histogram (#888) 2016-08-10 15:04:19 -07:00
javascripts Histogram (#888) 2016-08-10 15:04:19 -07:00
spec [js linting] use airbnb eslint settings (#796) 2016-07-27 16:57:05 -07:00
stylesheets [bugfix] missing spinner in explore view (#914) 2016-08-10 15:02:13 -07:00
utils [js linting] use airbnb eslint settings (#796) 2016-07-27 16:57:05 -07:00
vendor Caravel - renaming files 2016-03-28 21:53:24 -07:00
visualizations Histogram (#888) 2016-08-10 15:04:19 -07:00
.babelrc get npm test working (#762) 2016-07-14 19:50:47 -07:00
.eslintignore [js linting] use airbnb eslint settings (#796) 2016-07-27 16:57:05 -07:00
.eslintrc [js linting] use airbnb eslint settings (#796) 2016-07-27 16:57:05 -07:00
js_build.sh get npm test working (#762) 2016-07-14 19:50:47 -07:00
package.json [webpack] set up proper dev/prod environment (#916) 2016-08-10 15:02:01 -07:00
webpack.config.js [webpack] set up proper dev/prod environment (#916) 2016-08-10 15:02:01 -07:00