-1

I have a project in which I need to implement Chart to show wide data. I have tried many chart libraries but specially ZOOM functionality is not working perfectly. Any suggestion?

Point to be notice:

1) I need to show Data which having Data based on Dates. So I need to show in Horizontal way.

2) I need stable Zoom In/ Zoom Out / Reset chart functionality in it.

Thanks in advance!

Ambuj Khanna
  • 1,131
  • 3
  • 12
  • 32

3 Answers3

1

You should use ngx-charts package for charts. I used it and it is configurable. Installation link and

Demo link. Demo has various options, you should go through that

sagar patel
  • 591
  • 5
  • 18
1

You can use CanvasJS Angular Chart. Below are some of the links to the examples along with code for your requirements

  1. I need to show Data which having Data based on Dates.So i need to show in Horizontal way.

For example with data based on dates, you look into this link.

  1. I need stable Zoom In/ Zoom Out / Reset chart functionality in it.

You can checkout this page for zoom functionality.

Vishwas R
  • 3,340
  • 1
  • 16
  • 37
Manoj Mohan
  • 633
  • 5
  • 13
0

Plotly.js is best one most stable and reliable

ARSDEV
  • 26
  • 2
  • Thanks I will try it.I hope they have good documentation and support for same. – Ambuj Khanna Jan 08 '19 at 12:45
  • This is not directly associated with Angular. This is D3.js based library which need to included direct from CDN. I am looking for some which can be install in Node_Module and we can use it. – Ambuj Khanna Jan 08 '19 at 12:50