-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D3.js Plugin for Awesome Visualizations #130
base: master
Are you sure you want to change the base?
Conversation
This plugin lets you configure arbitrary d3.js visualizations on top of the data sources. See http://d3js.org/ for details of D3.
We show the issues created in the last 30 days as a cumulative chart.
Thanks for your contribution, I'll bring it down and check it out this weekend. |
Hi Nate Thanks so much! I am busy building a team board that pulls data from CSV files in a bitbucket private repo, Issue stats from JIRA and time sheet data from Toggl. The D3 plugin as it stands is holding up just fine without modification. However, once I am done with something impressive, I intend on publishing an example freeboard to go with it. My progress is slow but steady so I will keep you posted. I am chipping away at it every day. Freeboard=Awesome! Regards Sent from my iPad
|
Hi Luke, thank You for the d3 plugin. Just what i was looking for. |
Great! I haven't been using the json data source but rather d3's implementation. I do expect it to work without problems. I gave it a really quick try and it seems to work on the surface. Let me know how it works out for you. |
Hi Lukas, I've downloaded your code and I tried it but I could not visualize anything. The datasource never get updated. Can you tell me how can I include my own d3 standard charts in freeboard? Thank you so much in advance. |
The Jira connection for the datasource is not working for me, no updates. But that I could replace with another datasource...the problem is: When i load the d3.json freeboard a pane is displayed with a widget inside. When I check the properties of this widget there is no type...it should be a D3 chart right? |
Hi Nelson Please make sure that you are running the index-dev.html file. I have only updated that to include the D3 plugin. I have not updated the index.html file (because I assume there is a build process for that which I have not run). Please confirm that you see it when running the dev file. You should then see the D3 widget type as you correctly expected. You could probably just follow the freeboard instructions for adding widgets to update your index.html file wherever you are using it. Additionally, I believe that the freeboard.io has a developer console where you can load additional plugins via a console on the site. I haven't tried that but it should work. |
Hello Lukas, |
Hi again Lukas, first of all thank you for your help. I now have my more complex D3 visualization working inside freeboard. What goes into these row and col parameters? This my current .json file: { thank you once more. |
Hi Lukas, thanks |
Any news for this plugin? Would be absolutely awesome :-). |
Howdy. Dropping by to say I'd love to use Freeboard if this PR is merged. Any timeline for that? |
Hi all, Thank you for the continued enthusiasm for Freeboard, and for this Cheers, On Mon, Dec 14, 2015 at 2:51 PM, Benjamin Krueger [email protected]
|
👍
|
Any news :-)? |
Wondering the same, any news on this? |
Please let me know if there are any specific changes I need to make to help speed up the pull request back into the master branch. |
Can this still be merged? |
Or does the HTML achieve the same? (Sorry for double post, an on phone) |
Hey just wanted to chime in, maybe not grocking the plugin but I have the following example using the JS Editor to input most of the items via the widget
For now I left
And then it would be available in the Regardless, I can't get the visualisation to show up, wondering if missing something |
It could very use this plugin too. |
Any update on this one ? |
Hi there
I am so impressed with how intuitive and clean the Freeboard system is. Great job, and THANK YOU!
I have always been disappointed with the charting and visualization components in the dashboard tools, mainly because the information density is rather low. I need something that can give me a much richer view of what is going on in a very small space. For this, I find D3.js is EXCELLENT (http://d3js.org/).
I started configuring a dashboard for my dev team and I put together a D3.js plugin. I thought it might be worth contributing it back. I am sure many more people would like to build on top of it.
Please would you consider adding it if you think it will add value. I think it opens up huge possibilities, while blowing the competing frameworks out of the water.
Here is a screenshot of the example I created. If you feel that I need to invest more time configuring sexier examples then I can still do that. I am doing this in my spare time.