We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

We need new chart type

Answered
sodbayar Erdenebaatar asked on December 30, 2020

We need add new charts to chart type of our flexmonster. We talking about circled charts of attached pic.
We've already got your answer on how to use the chart addition directory and how to develop a chart. See the links https://www.flexmonster.com/question/about-adding-new-charts-themselves/, https://www.flexmonster.com/question/how-does-chart-work/.
However, he is not able to make the chart listed in the appendix using those methods.
So I want help again. How to add the charts? Do you charge extra? or connect with other developers for an additional fee?

Attachments:
Google charts.png

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster December 31, 2020

Hello, Sodbayar,
 
Thank you for posting to our forum. Please find below the steps on how to develop a chart that takes data from Flexmonster.
 

  1. Choose a charting library that has the needed chart types. Could you please let us know if you have already selected any particular charting library?
  2. Please find in the chart library docs all the chart types you need and add them to your application.
  3. The next step is to check inside the docs the input data format for these charts. 
  4. Then you need to check the data format provided by Flexmonster. Please refer to the getData API call.
  5. Get the data from Flexmonster with getData and restructure it to the format needed by each chart. 
  6. Pass the data from step 5 to your chart. At this point, we think the following example can illustrate how the data can be passed: https://jsfiddle.net/flexmonster/55wgu8kw/.

 
Kindly note that our team does not provide development services. However, our support team will be happy to assist you with the development process. We hope our expertise will be helpful for your integration. 
 
We are looking forward to your reply.
 
Best regards,
Tanya

Please login or Register to Submit Answer