charts

Wanted: repeated-pictogram visualization of population split

孤街浪徒 提交于 2020-01-10 14:39:27
问题 I am looking for a way to do a (actually quite common) visualization, whereby the split of a population of, say, N units into several categories is shown via a set of N pictograms - I'd prefer filled squares; in a newspaper, etc., one might see little humanoid shapes - with each pictogram colored according to the category of n'th unit. N fixed to 1 or 100, and the chart displaying fractions or percentages rather than counts, would be OK. The colored "stripes" would have to wrap to multiple

How to remove gaps in stacked bar

耗尽温柔 提交于 2020-01-10 05:48:06
问题 I'm trying to make gantt chart in C#, I'm using StackedBar chart type. The goal of this chart is to show, how "tasks" can be schedule on number of "machines". In my algorithm there shouldn't be free spaces between "tasks" on chart. Each "task" is added as new series. On first bar it's working like it should be, but in others "task" starts after ending on the previous bar. I need help with removing these gaps. Some task need to be divided on two machines, and when I do it, then this task is

Chart DataBinding to DataTable - Chart Not Updating

[亡魂溺海] 提交于 2020-01-09 09:57:26
问题 I'm attempting to databind a Chart to a DataTable . I would like the chart to display new rows as they are added, but the chart is not updating when new rows are added to the table. I have verified that both table and tableDataSource contain the new rows, but chart.Series["TestTable"].Points.Count never changes from 5 . Sample code, based on the question Can't bind datatable to Chart Control, is shown below. I would either like to know if there is an error or omission with the code below, or

Chart DataBinding to DataTable - Chart Not Updating

流过昼夜 提交于 2020-01-09 09:57:11
问题 I'm attempting to databind a Chart to a DataTable . I would like the chart to display new rows as they are added, but the chart is not updating when new rows are added to the table. I have verified that both table and tableDataSource contain the new rows, but chart.Series["TestTable"].Points.Count never changes from 5 . Sample code, based on the question Can't bind datatable to Chart Control, is shown below. I would either like to know if there is an error or omission with the code below, or

How to combine scatter chart with line chart to show line of regression? JavaFX

会有一股神秘感。 提交于 2020-01-09 07:23:06
问题 I've created a scatter chart with two sets of data; the first set is the actual data (x = year and y = pence) and the second set produces the same points but for the line of regression. However the problem I'm having is that both sets of data are shown as scatter points. I want to show the first set as scatter points and have the second set on the same graph but showing as a line. I've been at it for a long time but I can't figure out a way to do this. the scatter chart code is shown on

How to set weekly range in X Axis of High Chart?

岁酱吖の 提交于 2020-01-07 09:34:45
问题 I have a Chart where I need to set X axis to a weekly range. Starting from January - march.How can i set the X interval to 7 days range? What I need is the points to appear every 7 days time period. Tired a few ways but it doesn't seem to work. I have attached what I've done so far. Highcharts.chart('container', { title: { text: 'Fee Collected' }, subtitle: { text: 'Actual Vs Budget' }, yAxis: { title: { text: '%' }, min: 80, max:120 }, xAxis: { type: 'datetime', labels: { style: { fontFamily

Create dynamic graph with image pattern

﹥>﹥吖頭↗ 提交于 2020-01-07 09:24:41
问题 is it possible to create this graph using any java script api . I really got stuck where to and in what direction I should start and it should be dynamic . I got the below using high chart what more I can do to get the above graph , please suggest . 回答1: It can be done in Highcharts. Refer to this live demo : http://jsfiddle.net/BlackLabel/9zr4ehw2/ It shows how to fill column bars with pattern. You can create separate series for tops and bottoms of a pencil. Them use stacking to position

DynamicHeight pie chart underlapping other objects in the same rectangle in reporting services 2008

拈花ヽ惹草 提交于 2020-01-07 09:06:32
问题 I have a pie chart in SSRS 2008 which when it reaches a certain size is underlapping objects which appear below, but still inside the same rectangle; the height of the pie chart is calculated using the DynamicHeight property of the chart Apparantly: Using Rectangles to Control Item Growth and Displacement Items within a rectangle become peers of each other and are governed by the rules of how peer items are positioned on the page as they move or grow. For example: • Items will push or

How to set Stack Series false for particular series of Data in jqPlot

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-07 07:49:12
问题 I am using the jqPlot chart in one of my project. I am creating the chart same as like below. http://i.stack.imgur.com/p8QiA.jpg The charts are working fine, but the line chart values should not get stack. But, in my code, the line series values also getting stacked. For Example: Over all Stacked bar chart value is 10, the line chart value is 50. But, In my scenario the line chart value is plotting at the position 60 instead of 50. My Code is below. plot = $.jqplot(chartId, [d1, d2, d3], {

How to set Stack Series false for particular series of Data in jqPlot

岁酱吖の 提交于 2020-01-07 07:49:08
问题 I am using the jqPlot chart in one of my project. I am creating the chart same as like below. http://i.stack.imgur.com/p8QiA.jpg The charts are working fine, but the line chart values should not get stack. But, in my code, the line series values also getting stacked. For Example: Over all Stacked bar chart value is 10, the line chart value is 50. But, In my scenario the line chart value is plotting at the position 60 instead of 50. My Code is below. plot = $.jqplot(chartId, [d1, d2, d3], {