I have created one bar chart with dc.js javascript library. But bars are getting displayed very very small.
Even if we apply any filter on other dc.js controls it is displaying the bars only one under one horizontal line .
I am using dc.js library to create stacked bar charts. I want to set a minimum height of a each bar or single stacked bar height so that it get shown all the time in the chart.
Adding screenshot of the chart where one bar is so small that its not getting displayed in the chart.
I am using SealReport which uses NVD3 to render charts. One example is as the link: http://demo.sealreport.org/InitExecuteReport?path=%5cDashboard+-+Sales.srex
How can I put the title at the top of the chart? Thanks!
I'm using c3.js to create a chart with grouped bars, where line connects each set of bars.
I have used a combination of grouped bar charts and line graphs.
The expected graph to be:
But I'm getting the graph of form:
Is there any way to get the expected results.
Thank you for your attention!
I have a line chart, where the chart legend also in forms of line. Is there a way I can change the legend type from colored line to colored circle or square?
Figure like this. http://www.nevron.com/gallery/FullGalleries/chartActiveX/stackline/images/StackLine1.png
I don't think you can use this method to get circles, but if you want to get squares, you can change the chart to a 3-D line chart, then right-click the chart area and select '3-D Rotation'. Change everything in the Rotation section of the menu to as close to 0 as you can get it. This will make your chart show up as a regular line chart while the legend shows little cubes. After you've done that, though, you'll probably have to change the axis settings. In my experience, 3D charts tend to show too many gridlines.