You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work! I'm planing to bring a GWT Java API to grafico for my project http://code.google.com/p/raphael4gwt/ that already includes graphael and other charts types. It is based on latest raphael 2.1 version. I tried to run your documentation/index.html using latest raphael (2.1) and prototype (1.7.1) versions and it mostly worked nice ! (a few details in some colors and label rotation do not work. )
You should update your dependencies I think wth a minimal bug fixing.
A question: is prototype.js really necessary? What if the user provides the raphael paper for drawing the chart ? is prototype used for other thing than DOM manipulation ?
Regards.
The text was updated successfully, but these errors were encountered:
It seems to me that datalabels are broken with StackedBar when using Raphael 2.1. The labels are basically stacked up at the very bottom of the bar. When replacing Raphael 2.1 with 1.5.2 like in your examples, datalabels are drawn fine close to their bars.
Nice work! I'm planing to bring a GWT Java API to grafico for my project http://code.google.com/p/raphael4gwt/ that already includes graphael and other charts types. It is based on latest raphael 2.1 version. I tried to run your documentation/index.html using latest raphael (2.1) and prototype (1.7.1) versions and it mostly worked nice ! (a few details in some colors and label rotation do not work. )
You should update your dependencies I think wth a minimal bug fixing.
A question: is prototype.js really necessary? What if the user provides the raphael paper for drawing the chart ? is prototype used for other thing than DOM manipulation ?
Regards.
The text was updated successfully, but these errors were encountered: