Syncfusion Charts for flutter, stacked bar chart render the bars is weird behavior - flutter

I am using Syncfusion charts for flutter and trying to render a Stacked chart bar
but as you can see in the images below it renders the bars in a weird way and leaves a gap between them
where it should start from zero or it should be linked with prev bar in case of stacked

Thanks for the interest in our Flutter charts. We have analyzed your query and unable to replicate the reported issue at our end. Please share the replication sample will help us to analyze your situation and provide the solution to you sooner. You can also contact us through our support forums, Direct-Trac, or feedback portal if you need any further assistance. We are always happy to assist you!

Related

How to make flutter draggable grid

As a freelancer, I got an order to design a schedule page with Flutter. I can create it myself from scratch, but I was wondering if there is already a package that is implemented, that behaves similarly as my case. Even there is no any package but someone encountered this kind of task, I would like to hear some suggestions from you!
Here is the explanation of the design:
Left side has a list of Users
Right side is a time view ( can be weekly and monthly view)
Only shifts that are already added, can be dragged to other time.
If need some more information, please comment! Thanks
I found syncfusion calendar package for now, other than that nothing fits well. FYI, this is a web app.

How to achieve this UI using flutter, Image below

I was wondering how I could create this UI in flutter.
This Indicated the progress of a task.
Probable Options are:
Use a already available package
Hard Code using Containers ( Least Prefered )
Slider or Progress Bar Indicator
Note:
The progress bar should be able to show progress at all three values (Which I will provide it while building).
Please share code and tips.
You can use the timeline_tile package.
The horizontal timeline should be exactly what you need

Grouped bar charts in swift ?

Any demo of grouped bar charts in swift ? Kindly suggest me . Am using iOS charts library and able to plot a single bar graph. In case of grouped bars I riffled some of the post and can't get it from that . Your answer will be helpful .
You can check out the following project: Charts.
From here, download the Demo Project, and you will find a lot of examples using Bar Charts.

PrettyPhoto scroll issue

I cannot understand why prettyphoto it's not showing the chart if the page has the scroll bar active.
Please check at these two pages, they have exactly the same code with the exception that the second one has more paragraphs and doesn't fit in one screen.
http://education.miami.edu/sp/itworks.html
http://education.miami.edu/sp/itdoesntwork.html
I would really appreciate your help!
Thanks,
Daniele
Can you give more information. When I open both the pages in Chrome, it is working fine for me.
Also, please note that FusionCharts has stopped supporting the flash version of charts [the charts in your example pages uses Flash version of charts]. You can use the javascript version of their charts.

Can someone help me create a simple vertical bar chart using google charts?

I need help in building a dynamic chart. i have the following code but need to change it to a vertical bar graph instead of the horizontal one here is the sample http://chart.apis.google.com/chart?cht=bhs&chs=200x50&chco=4d89f9,c6d9fd&chxt=x,y&chxs=0|0&chd=t:80|20
You can change the "bhs" to "bvs" and change the scaling as needed:
Try this.