devstark-com / vue-google-charts

Reactive Vue.js wrapper for Google Charts lib
446 stars 73 forks source link

slantedText option is missing #236

Open beakid opened 1 year ago

beakid commented 1 year ago

Hi, there seems to be no support for hAxis.slantedText (and hAxis.slantedText). Any plans on adding it?

Documentation on Google regarding it: https://developers.google.com/chart/interactive/docs/gallery/columnchart

If true, draw the horizontal axis text at an angle, to help fit more text along the axis; if false, draw horizontal axis text upright. Default behavior is to slant text if it cannot all fit when drawn upright. Notice that this option is available only when the hAxis.textPosition is set to 'out' (which is the default). The default is false for dates and times.

Type: boolean
Default: automatic
beakid commented 1 year ago

Anyone reading here? :)