mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #27505
[Bug 853662] A change has been merged
Reviewed: https://reviews.mahara.org/4834
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/23b58ab76378938d69fffa2883f4f61579de1767
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 23b58ab76378938d69fffa2883f4f61579de1767
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Mon Jun 15 10:02:27 2015 +1200
Bug 853662: Replacing the pear graphing for chartjs graphing.
The system is created so we can either throw pre-generated chartjs json
data at the canvas to show the chart or we can throw correctly structered
array data that is then coverted to chartjs json data.
Also we can override the type of chart after the pre-generated chartjs
json is generated. Eg we can generate the chart as piegraph data and
then later choose to display it as a doughnut graph.
Change-Id: Idc342a14a9efc4af42f15770fa8dfa93f5e9639b
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/853662
Title:
Use newer and flashier graphing framework to generate graphs in Mahara
Status in Mahara ePortfolio:
Fix Committed
Bug description:
As discussed at 4th Developer Meeting - pChart may be a suitable
framework for rendering graphs in Mahara, e.g. in the admin section,
but we found out, that it+s not for commercial use, so it's not Open
Source and cannot be used in Mahara.
There is a suitable replacement: eZ Components - Graph component,
because it generates images so the graphs do not require Javascript to
be enabled.
eZ Components are released under New BSD License:
http://ezcomponents.org/introduction/license
More info about eZ Components - Graph component:
- Documentation at http://ezcomponents.org/docs/tutorials/Graph
- Examples at http://ezcomponents.org/docs/api/trunk/Graph_gallery.html
- Download at http://ezcomponents.org/download
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/853662/+subscriptions
References