Saigesp / vue-d3-charts

D3 charts for Vue
https://saigesp.github.io/vue-d3-charts/
GNU Lesser General Public License v2.1
97 stars 30 forks source link

dynamic change of outputFormat whithout effect #30

Open UpsylonDev opened 3 years ago

UpsylonDev commented 3 years ago

Hello ;-) I would like to be able to dynamically manage the props "date. outputFormat"; to change the value% Y% d ...

the other options seem to work: points, currentKey ...

but not the date options?

Thank you in advance for your answer and thank you for these great graphs ;-)

Saigesp commented 3 years ago

Hi @UpsylonDev, thanks for the comment.

The date prop is configured at the beginning, so it is not dynamic. If you need to change it you will have to re-initialize the chart.

Anyway, when I have time I will update the library, I will take this into account.

UpsylonDev commented 3 years ago

Thanks a lot for your answer ;-)