dimple.js Questions
4
Solved
How can I remove the tick marks without removing the associated label? I want to keep the labels ("banana", etc), but not the highlighted ticks.
Here is a similar fiddle.
var svg = dimple.newSv...
2
Solved
I'm triing to draw a dimple.js svg bar chart, which is nested in jquery-ui tabs and accordeon, which I use for my website layout and I get pretty desperate. Everything works fine in Chrome and IE, ...
2
Solved
I made a few charts with dimple and they look OK in chromium (v 43), but in Firefox (v 40) they are rendered incorrectly.
I inspected the page in the debugger and I can see that under the <svg&...
Vair asked 21/8, 2015 at 18:22
1
Is there a working implemenation to fit multiple d3 charts like line, bar, etc on one page? [closed]
I am trying to fit multiple charts on a single jsp page.
I have a combination of line and bar charts. I am using dimple API for d3.js.
Please advice. Bootstrap doesnt seem to work with this.
...
1
Solved
I'm making an html page with several examples of charts that I will be using. On the page I have a Dimple line graph, a pie chart, a wordcloud etc. When I try to add a second dimple graph - this ti...
2
Solved
I have some charts created with ggplot2 which I would like to embed in a web application: I'd like to enhance the plots with tooltips. I've looked into several options. I'm currently experimenting ...
1
Solved
I came along with this problem, that rCharts plot won't show in my shiny app. I found this example which perfectly suits my needs. Even though this chart works perfectly while just plotting in R, i...
1
Solved
I am tinkering with a multi-series chart in dimplejs and got a bit stuck with the multi axis logic.
With the following data:
var data = [
{"Month":"01/2013", "Revenue":2000, "Profit":2000, "Uni...
Mo asked 4/9, 2013 at 17:18
1
Solved
This is my dimple bar chart (powered by d3):
var sidechart = new dimple.chart(chart_svg, data);
sidechart.setBounds(60, 30, 200, 300)
var x = sidechart.addCategoryAxis("x", "Long name");
sidech...
Lola asked 22/7, 2013 at 15:47
1
© 2022 - 2024 — McMap. All rights reserved.