vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
560 stars 122 forks source link

Custom messages - changed from 2.11.5 to 2.11.8? #132

Open elymatos opened 1 year ago

elymatos commented 1 year ago

Thanks for the great job! I'm using version 2.11.5 with custom messages at initialization as

  TimelinesChart({
      messages: {
        zoom: {
          reset: 'Remover Zoom',
          title: 'Clique e arraste para Zoom'
        }
      }})(myDiv)

but at version 2.11.8 it is not working any more? How to use custom messages at 2.11.8? Thanks!

vasturiano commented 1 year ago

@elymatos thanks for reaching out.

I don't believe there ever was an initialization setting called messages in this module.

Could you share a working demo (f.e. on https://codepen.io/) pinned to the old version and using this functionality?