Hi, Did you ever try Vega https://vega.github.io/vega/? As stated, "With Vega, you can describe the visual appearance and interactive behavior of a visualization in a JSON format, and generate views using HTML5 Canvas or SVG."
You can see a sandbox to try it http://vega.github.io/vega-editor/?mode=vega&spec=bar It uses D3. With this approach, less need to code, more need to configure/create a configuration. FYI, ESRI company has a product based on it called Cedar http://esri.github.io/cedar/ for creating online charts with their online maps Cheers Thomas Gratier 2016-10-01 0:04 GMT+02:00 Matteo Ghetta <[email protected]>: > Hi Calvin, > > well thanks to the complete refactoring code made by Micheal and Etienne > the ui is completely changed. > > Just clone the last version of the repository and try it. > > No more external tmp file. The plots are directly shown inside a webview. > Moreover the plot is interactive with the map cavas objects. > > Give it a try! Adding other plot types is realy easy too. > > If we can put the efforts togheter it will be awesome. > > Cheers > > Matteo > Il 30/set/2016 20:58 "C Hamilton" <[email protected]> ha scritto: > >> Matteo, >> >> I was able to sort of get it running. It does not appear to be able to >> display in the QGIS window. I am not sure if it was suppose to or not, but >> I saw where it was saving the temporary file and was able to view it in a >> web browser. I had to make some small changes to the one .ui file to make >> it come up and I see in some of the python modules (not sure they are >> actually used) referencing some .ui files that are not there. Do you have a >> functioning DataPlot that you could zip up and send to me? >> >> My main concern is it is dependent upon a python library that is not a >> part of the QGIS distribution. I can't have users install plotly in order >> to get the plugin to work. I don't know plotly, but can it be in a folder >> within the plugin directory and executed from there or does it have to be >> installed into the python distribution. >> >> Thanks!!! >> >> On Fri, Sep 30, 2016 at 11:15 AM, matteo <[email protected]> wrote: >> >>> Hi Hamilton, >>> >>> a few months ago, during the QGIS Hackfest in Girona, me and Michael >>> Douchin of LizMap started a D3 plugin based on the plotly library. >>> >>> unfortunately we did not have to much time to continue the work, but it >>> is still here >>> >>> https://github.com/ghtmtt/DataPlot >>> >>> if you want to give it a try, you just have to install the plotly >>> library with pip and clone the repo in the plugin folder >>> >>> fell free to make any suggestion! >>> >>> Cheers >>> >>> Matteo >>> >> >> > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
