superset/docs
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
..
_static Adding a Gallery to the docs 2016-04-06 08:46:21 -07:00
_templates [dashed->caravel] Replace in files 2016-03-28 22:01:21 -07:00
Makefile [dashed->caravel] Replace in files 2016-03-28 22:01:21 -07:00
build.sh Adding a tutorial 2016-04-02 23:11:52 -07:00
conf.py Adding a tutorial 2016-04-02 23:11:52 -07:00
druid.rst Adding a doc page for Druid 2016-05-20 12:11:38 -07:00
faq.rst [docs] faq entry about server timeouts 2016-07-22 19:05:59 +00:00
gallery.rst Histogram (#888) 2016-08-10 15:04:19 -07:00
img Getting browser history to work on the explore view 2016-01-11 11:42:46 -08:00
index.rst Adding a security section to the docs (#561) 2016-06-03 11:33:11 -07:00
installation.rst docs: make it clear that some config keys really need to be changed (#912) 2016-08-10 08:15:19 -07:00
security.rst Add access control over metrics (#584) 2016-06-10 15:49:33 -07:00
tutorial.rst SqlAlchemy -> SQLAlchemy in README.md 2016-04-06 17:54:41 -07:00
videos.rst Adding a tutorial 2016-04-02 23:11:52 -07:00