All Activity
This stream auto-updates
- Today
-
RichardAlake joined the community
-
Candle Lovers changed their profile photo
-
Candle Lovers joined the community
-
Ayan Bhadury started following msstackedcolumn2d chart show only one stacked bar and What`s chart should i use?
-
What`s chart should i use?
Ayan Bhadury replied to José Otero Aguado's topic in FusionCharts and ASP.NET
Hi, You can use a stacked bar chart : http://jsfiddle.net/ao608yr2/ -
Hello, i´m working on a project and i want to implement a chart like this: 4 colors and they have to concatenate in a timelane. What is the best chart for me? Thanks.
-
mikelindell joined the community
-
José Otero Aguado joined the community
-
JustinPaymn joined the community
-
Welcome!!
-
Thank you Ayan! Problem solved
-
If the space between the categories will reduce the plot size will increase accordingly, so as to accommodate the space. Also, check out the numVisiblePlot attribute
-
keodabanhkeotot changed their profile photo
-
keodabanhkeotot joined the community
-
Hi Ayan, I already tried to do so but it didn't solved what I'm looking for: I want that the X axis will appear without scrolling and that the space between each category will be reduced (the columns\bars size 'll be reduced as well)...
-
MichaelWax joined the community
- Yesterday
-
Derekgiz joined the community
-
Radhika Apte changed their profile photo
-
msstackedcolumn2d chart show only one stacked bar
Ayan Bhadury replied to orit's topic in Javascript Problems
Welcome !! Happy charting!! -
msstackedcolumn2d chart show only one stacked bar
orit replied to orit's topic in Javascript Problems
Thank you! Problem fixed -
msstackedcolumn2d chart show only one stacked bar
Ayan Bhadury replied to orit's topic in Javascript Problems
Refer to this demo : http://jsfiddle.net/fusioncharts/G7hYq/ And apply the data structure (objects) accordingly. -
msstackedcolumn2d chart show only one stacked bar
orit replied to orit's topic in Javascript Problems
-
spaurbania changed their profile photo
-
Hi, I'm trying to work with msstackedcolumn2d in order to see two stacked columns, but somehow I see only one. What am I missing? '{"type":"msstackedcolumn2d", "renderAt":"chart-container", "width":"100%", "height":"50%", "dataFormat":"json", "dataSource":{"chart":{"caption":"title...", "subCaption":"10/2020 - 04/2021", "xAxisName":"","yAxisName":"Consumption","theme":"fusion","exportEnabled":1,"plotSpacePercent": 80}, "categories":[{"category":[{"label":"10/2020"},{"label":"11/2020"},{"label":"12/2020"},{"label":"01/2021"},{"label":"02/2021"},{"label":"03/2021"}]}], "dataset":[{ "dataset": [{"seriesname":"A import", "color":"009933", "data": [{ "value":"1.200"},{ "value":"1.200"},{ "value":"1.200"},{ "value":"1.200"},{ "value":"1.200"},{ "value":"0.410"}]}, {"seriesname":"C import", "color":"3366cc", "data": [{ "value":"0.470"},{ "value":"0.470"},{ "value":"0.470"},{ "value":"0.470"},{ "value":"0.470"},{ "value":"1.400"}]}], "dataset": [{"seriesname":"A export", "color":"80ffbf", "data": [{ "value":"0.890"},{ "value":"0.890"},{ "value":"0.890"},{ "value":"0.890"},{ "value":"0.890"},{ "value":"0.700"}]}, {"seriesname":"C export", "color":"99ddff" , "data": [{ "value":"1.300"},{ "value":"1.300"},{ "value":"1.300"},{ "value":"1.300"},{ "value":"1.300"},{ "value":"1.700"}]}] }] , "trendlines": []}}'
-
set lower value the more you increase the plotSpacePercent value the greater will be the distance
-
When I change the plotSpacePercent value to 80 (for example) I got the following change( see pic). I want to minimize the space between the categories as well( reduce the between 10/2020-11/2020 etc...)
-
-
To export the chart at the server side you can use FusionExport - https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview
- 1 reply
-
- fusionchart
- export
-
(and 1 more)
Tagged with:
-
The gap between the two categories could be adjusted using plotSpacePercent, please let us know the problem you are facing while applying this attribute so that we could check accordingly.
-
Hi all, How can minimize the X axis: minimize the columns size and reduce the gap between the categories (for example, reduce the space between the 10/2020 and 11/2020). I tried to use maxColWidth and plotSpacePercent but it didn't solved all the issues above. Thank you!
-
Srishti Jaiswal started following Wrong values on aggregated data tooltips
-
Wrong values on aggregated data tooltips
Srishti Jaiswal replied to maxenz0r's topic in General usage
Hi, In the below sample, the "Last" aggregation function is used and the timeseries chart is rendered as expected without any errors. Please refer to this demo for implementation: http://jsfiddle.net/srishti_fc/a60gntkr/ Please try replicating the issue you are facing in the above sample and share with us so that we can check. Thanks, Srishti -
Hi, When the value of the aggregation property is set on last on a fusiontime chart, I expect to systematically get the last value of the chart shown when data are aggregated. Here : 9 177 € should refer to 18/10/2010 Instead, when the chart is zoomed in, another value is shown (9172 instead of 9177) It looks like Fusiontime shows the value of the previous day This error depends on the charts. It seems to be a random behaviour. Any guess ? Thank you.
-
New Chart (Combination of Donut & Radial)
Srishti Jaiswal replied to Matthias Heizmann's topic in Suggestions & Requests
Hi Matthias, In FusionCharts having a combination of doughnut and radial charts is not supported as of now. However, you can use "arc" annotation to achieve your desired visualization. Demo: http://jsfiddle.net/srishti_fc/87eaw4k3/1/ Please note: Annotations are static in nature hence it's configurations need to be modified if the chart is resized or if it's components are updated at runtime. Thanks, Srishti -
@Cybeta Tick marks are not supported in the column2d chart, you can check time-series charts instead if you have date/time-based data : https://www.fusioncharts.com/fusiontime/examples/column-chart-with-time-axis?framework=javascript
- Last week
-
I do not see which attribute let's me set the yaxis tick marks - currently my yaxis lines are set at whole numbers, not what I want. I actually see NO attributes that include the word 'tick'
-
It can be in lowercase or in camelcase, both will work
-
Ah, yes, thankyou. Question, do these attributes HAVE to be precisely as shown, i.e. mixed-case? can I use all. lowercase and the attributes will still set okay?
-
Hi, Please use yAxisminValue & yAxisMaxValue at the chart object level, to know more refer to this page : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/chart-limits
-
I don't see anywhere in the attributes how to set a specific range (or even have the chart determine the yaxis range automatically), my current range is .4202 to 4.918.