chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
586 stars 326 forks source link

Want to implement rectangle selection without zoom. #794

Open kaushikdeo opened 11 months ago

kaushikdeo commented 11 months ago

firstly awesome job on the plugin. Its really helpful.

Below is the functionality for which i need some help and/or clarifications

  1. Should be able to drag and draw a selection rectangle ( this is happening)
  2. once the rectangle is drawn i want to know the start and end of the xaxis points
  3. I dont want to zoom the chart but use the xaxis start and end points to do some calculations
  4. I also want the selection rectangle to persist
  5. show the calculations in a box

Can someone guide me on this?

MauricioFauth commented 3 months ago

Hi @kaushikdeo,

Maybe these other plugins are more suitable for your needs: