jit icon indicating copy to clipboard operation
jit copied to clipboard

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web

Results 88 jit issues
Sort by recently updated
recently updated
newest added

The provided compiled library is empty. https://github.com/philogb/jit/blob/3d51899b51a17fa630e1af64d5393def589f874e/Jit/jit-yc.js

Hi, I'm trying to implement editable chart with "top" orientation. I want my chart be centred horizontally and stick to top vertically: ``` javascript var spaceTree = new $jit.ST({ injectInto:...

Hello everyone! First of all, please note that this is a copy of [the topic on google groups](https://groups.google.com/forum/?hl=en#!topic/javascript-information-visualization-toolkit/hEL_ArcQoa4). Sorry for the double post but the group is flooded with job...

I'm having trouble with the commands to build the examples on Windows. I'm using Python 2.7 on Windows 7. ``` C:\jit>python make.py build Traceback (most recent call last): File "make.py",...

how can i show all the nodes from the space tree in an expanded state by default? Can u give me a solution? Is it related with LevelsToShow?

I dont know why but when i try to download using bower, jit-yc.js is just a bigi comment but no js code at all.

Sometimes when loading the ForceDirected graph, some nodes gets displayed outside of the canvas area and are therefore hidden. Is there some property to set to avoid this behaviour? ![capture](https://cloud.githubusercontent.com/assets/8501528/3979237/30827cac-2852-11e4-96d4-645ddab8bbcd.PNG)...

Hi, I have searched a lot on how to do this. The api document clearly says that onCreateLabel is not available for BarChart. Is there a way to show individual...

Converts all style strings to lowercase so that correct `colorData` hex value can be plugged in for named colors in IE8. Previously the following would color nodes with a weird...

The "Cushioned Treemaps" option is not an actual cushioned map that follows the algorithm as spelled out in http://www.win.tue.nl/~vanwijk/ctm.pdf . It's currently just a gradient that doesnt really offer any...