Skip to content

Conversation

@ralphmorris
Copy link

Hey,

Great package!

Here I've added the ability to optionally hide labels on the xaxis. This is useful for charts when the xaxis gets a bit busy and the labels start looking squashed. The labels still show when hovering over the chart.

Hope this is useful. Appreciate your time. Let me know if there are any issues.

Cheers

Ralph

@marineusde
Copy link
Contributor

good idea, I added it (little bit more complex) in my fork in Version 1.4.1:

https://github.com/marineusde/larapex-charts

you can use it easily:

$chart = (new BarChart)
  ->setXAxisOption(
    (new XAxisOption(['test']))
      ->setShowLabels(false)
 );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants