---------- Forwarded message ----------
From: Vincent Torri <vincent.to...@gmail.com>
Date: Wed, Jul 19, 2017 at 7:09 PM
Subject: Re: [E-devel] chart library based on the EFL
To: Enlightenment developer list <enlightenment-de...@lists.sourceforge.net>


Hello

I've added vertical bars. See attached screenshot. The git repo is updated

Vincent


On Fri, Jun 30, 2017 at 6:06 AM, Vincent Torri <vincent.to...@gmail.com> wrote:
> On Thu, Jun 29, 2017 at 11:14 PM, Jérémy Zurcher <jer...@asynk.ch> wrote:
>> Hello Vincent,
>>
>> nice start
>>
>> there's lot of good stuff in that commercial js lib that I use
>> in my job http://www.fusioncharts.com/charts/
>
> I think that cedric mentioned it to me
>
>> I had to add the following to compile on archlinux (might not be the
>> right way to do, I know nothing about meson yet) :
>>
>> +cc = meson.get_compiler('c')
>> +
>>  dep_lib = [dependency('eina'),
>>             dependency('evas'),
>> -           dependency('eina')]
>> +           dependency('eina'),
>> +           cc.find_library('m')]
>
> i've forgotten to push my commit. I did it in a bit different way but
> i prefer yours :-)
>
> thank you
>
> Vincent
>
>> cheers
>>
>> On Thursday 29 June 2017  22:23, Vincent Torri wrote :
>>> Hello
>>>
>>> I would like to introduce a small library which renders chart using
>>> Evas VG API :
>>>
>>> https://github.com/vtorri/echart2
>>>
>>> I try to mimic a bit the area chart of google :
>>>
>>> https://developers.google.com/chart/interactive/docs/gallery/areachart
>>>
>>> It consist of a library and a test example.
>>>
>>> The library consists of
>>>  * a data API to fill data
>>>  * a chart API for the chart features
>>>  * an evas smart object for a "line" chart
>>>
>>> the test example is the first 'area' example in google charts
>>>
>>> I have attached a screenshot of the example
>>>
>>> The library is in its very early state and is wip. There may be bugs
>>> and a lot of improvements can be done of course
>>>
>>> the build system is meson + ninja (see README.md for instructions).
>>> Just install meson and ninja with your favorite package manager
>>>
>>> I have tested echart on Windows and Fedora.
>>>
>>> Any patches, remarks and ideas are welcome
>>>
>>> Vincent
>>
>>
>>> ------------------------------------------------------------------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>
>>> _______________________________________________
>>> enlightenment-devel mailing list
>>> enlightenment-de...@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>> --- Hell'O from Yverdoom
>>
>> Jérémy (jeyzu)
>>
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-de...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to