Pie Chart DLL required

Discussion in 'Tally Integration' started by balajimg, Dec 3, 2019.

    
  1. balajimg

    balajimg Active Member


    Hi,

    has anybody worked on pie-charts dll, to be used in tally???
     


  2. teja varma

    teja varma Active Member


    yes i created a data visualisation tool for Tally written in java
    it collect data from tally and display as pie chart,bar chart,line graph etc....
    i also added cool features which help owners to analyse their data like Sales-purchase graph,Top customers vs Top Items ,outstanding receivable chart and lot more

    here is the screen of my application data_visualisation_tool_for_tally.PNG
     
    Rohit Khedar likes this.


  3. Rohit Khedar

    Rohit Khedar Member


    very nice...
     


  4. balajimg

    balajimg Active Member


    can i know how to approach the same,
    for eg: any website where i can get an idea of it
     


  5. teja varma

    teja varma Active Member


    almost every programming language had data visualisation libraries like
    python has matplotlib
    java has javafx charts
    c# has charting
    javascript has d3.js
    R has built in handle for charts
    or you can simply write a vb script in excel to achieve this

    so its up to you pick a language and search for it
     


  6. balajimg

    balajimg Active Member


    will search for the same

    thank you
     


  7. balajimg

    balajimg Active Member


    can i know, is it possible to show the graph in tally screen itself
    or
    it opens a new window for the charts
     


  8. teja varma

    teja varma Active Member


    i think there is no support for data visualisation in tdl
    or dynamically you have to generate a image of graph with dll and show it in tally screen but it is not flexible
    so external application will be better if you more concern about visualising data in real time with attractive charts and design
     


Share This Page