A sheet of information in the form of a table, graph, or diagram.
0
votes
0answers
8 views
Two different colors in a same datalabel VBA
I have a chart on excel with a curve. The curve represents the price of a stock depending of the time (so basically I've a column A full of dates and Column B full of prices and a chart).
Now for ...
0
votes
0answers
7 views
JasperReport: Chart in every row
i want to add a x-y-Chart to every row. The datasource of the report is a bean collection. So the data of each row is represented by a bean. The data of the chart of a row should be extracted from two ...
-1
votes
0answers
7 views
customize x-axis of bar chart ireport
For some calculation I need to pass category as $F{Month}+":"+$F{isForecast}.toString() .Calculation part is done well. But I want to display only F{Month}
now x axis disply is like 1:true 2:false ...
0
votes
0answers
15 views
Changing chart properties
I've been following the tutorial here for the development of a pie chart. I have it working just like it shows.
My problem is that my chart is updated upon button press and each time, it changes ...
0
votes
2answers
17 views
Adjusting D3 Chart Bar Height
I'm putting together a D3 vertical bar chart and can't adjust the bar's height. When I adjust the barHeight variable from the following javascript, when rendered the bar's look exactly the same. ...
0
votes
0answers
9 views
Kendo Chart Time Convert Any Idea?
I got works seconds for a factory . I wanna Make Kendo Bar Chart But I need to convert them for ex: 6032 second to 0 day ,0 hour ,10 minutes ,32 second . how is it possible in kendo chart?
0
votes
0answers
13 views
ASP.NET Chart Labeling with multiple series
I am creating a chart with a column type as series 0 and then a line chart as series 1. My problem is that I want to show the values of column chart on top. Which I have done with following line:
...
0
votes
1answer
26 views
Best Implementation for using Centralized Data Aggregator and WPF Toolkit Line Series
I have a singleton class DataPacketAggregator that is collecting DataPackets from an embedded device connected via USB. The Packets are always received in a burst. Every DataPacket contains a Sensor ...
0
votes
2answers
38 views
Visualizing Charts Tutorial
I'm wondering which JS library would be best to dynamically visualize survey data from a postgres db. I've been looking at morris.js, google visualizations, rapael.js, and D3. The survey has_many ...
1
vote
2answers
216 views
Highcharts multiple charts on a single page using c# asp.net mvc3
I was wondering if it was possible to return multiple charts to a single page/view using c#?
Background Information
C#, ASP.NET MVC3
DotNet.Highcharts Library
Goal: My overall goal is to have a ...
2
votes
1answer
106 views
Github project languages (linguist) information not visible?
Normally you can see on top right what your project exists of, how much % PHP, how much % JS etc..
On my current project this is not visible, I have tried removing and adding it again on Github but ...
1
vote
1answer
588 views
How to change the XAxis used on my chart ShinobiCharts
I'd like to have the xAxis of my chart to look like this :
Jan, Feb, Mar, Apr, ..... Nov, Dec
Right now it's following it's default, numbering xAxis according to the number of Data Points.
How can ...
5
votes
2answers
1k views
Highstock highcharts irregular data gets wrong x-scale
I have irregular data. Chart draws well when I use highcharts:
$(function() {
var chart = new Highcharts.Chart({
chart: {
renderTo: 'chart'
},
xAxis: {
type: 'datetime'
},
...
3
votes
1answer
176 views
Insert button (HTML) into Google Visualisation Table Chart
The Problem
Using the Google Chart Tool it is possible to insert HTML values into the field values, however, I am not confident that this is good practice.
The method I have used is as follows:
...
1
vote
1answer
697 views
How can I fix the number of MinorGrid lines to a fixed number in Microsoft's .NET 4.0 Chart?
I am trying to set a fixed number of minor grid lines in a .NET 4.0 Chart whose X axis is in a Logarithmic scale.
I try to set the "Axis.Minor.Interval" property, this only makes the grid lines ...