We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.6.14 Last working version: 3.6.14 Vue Version: 3.4.35 Browsers: Google Chrome OS: Windows
following my code for bar chart create: const chartValue = ref([10, 30, 40, 20, 60, 50, 20, 15, 20, 25, 30, 25]);
chart data hover show tooltip and bar chart border radius set in number (it will create warning)
chart data hover show tooltip
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Vuetify Version: 3.6.14
Last working version: 3.6.14
Vue Version: 3.4.35
Browsers: Google Chrome
OS: Windows
Steps to reproduce
following my code for bar chart create:
const chartValue = ref([10, 30, 40, 20, 60, 50, 20, 15, 20, 25, 30, 25]);
Expected Behavior
chart data hover show tooltip and bar chart border radius set in number (it will create warning)
Actual Behavior
chart data hover show tooltip
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: