Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for surajraoâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290151 |
Post edited: |
— | about 1 year ago |
Edit | Post #290151 |
Post edited: |
— | about 1 year ago |
Edit | Post #290151 | Initial revision | — | about 1 year ago |
Answer | — |
A: How do I register the Chart.js Zoom plugin? Once you have added the scripts: ``` ``` The `chartjs-plugin-zoom.min.js` can be directly enabled in charts options. ``` new Chart(ctx, { ... options:{ plugins:{ zoom:{.../ your zoom config / } } } ``` Also, according to docs, you will need to use p... (more) |
— | about 1 year ago |
Comment | Post #289909 |
Is [this]https://github.com/LouisWT/vscode-regexp-preivew) what you are looking for? I don't think VScode has an extension that enhances search UI itself... (more) |
— | about 1 year ago |