team-moeller / better-access-charts

Better charts for Access with chart.js
MIT License
38 stars 14 forks source link

Show Any Axis to Logarithmic #144

Closed PacManPk closed 1 year ago

PacManPk commented 1 year ago

Hello,

It is most often required to show some axis in logarithmic form. It would great addition in the this repo if such possiblity is added. How could it be added by code (any suggestions if I want to add it on my own).

Best Regards

team-moeller commented 1 year ago

Hi @PacManPk , as I stated in issue #142, I will not update Better Access Charts for chart.js version 2.9.4. You must use this version because you cannot use the new edge browser control. So, you must do the necessary changes on your own. Here is a link to the specific page in the doc for chart.js 2.9.4: https://www.chartjs.org/docs/2.9.4/developers/updates.html?h=logarithmic And here you can find a step-by-step guide to add a feature from chart.js to Better Access Charts: https://github.com/team-moeller/better-access-charts/wiki/add-a-feature

If there are no further questions, please let me know if we can close this issue.

PacManPk commented 1 year ago

Thanks for reply. Just tell me that is the latest release has this functionality so that I see the implementation and modify my version of the BAC.

team-moeller commented 1 year ago

Hi @PacManPk , currently the latest release of Better Access Charts does not support logarithmic axis. Maybe in a few days ... 😃

team-moeller commented 1 year ago

See: #145

team-moeller commented 1 year ago

Hi @PacManPk! With release 3.22.07 a property to control, the axis type is implemented. So you should now have the necessary information to enhance your version of BAC. I will close this issue. If there are further questions, please reopen this issue.