damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 803 forks source link

Make Webview display flot charts #158

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:29

flot (http://code.google.com/p/flot/) is a wonderful javascript library for 
plotting. Right now, webviews opened from sl4a (via a script or directly in 
sl4a) do not display flot, although the same HTML showed flot plots when opened 
in Browser or Dolphin. If webviews can show flot, sl4a scripts can draw charts, 
graphs, etc, which is great.

Perhaps this link can help (http://rapidandroid.org/wiki/Graphing).

Original issue reported on code.google.com by truong.n...@gmail.com on 18 Mar 2011 at 4:32

Copied from original issue: damonkohler/android-scripting#533