Skip to content
Discussion options

You must be logged in to vote

@adoin

You can upgrade to 3.2.1, which implements a 3d mode for VueUiWheel

The rendering is consistent with the spirit of the classic layout, therefore the style will not match your screenshot, which style is very specific and would not be 'universal' for this library. I hope this is a decent compromise for your use case.

Enregistrement.de.l.ecran.2025-09-23.a.07.50.05.mov

New config attributes:

const config = ref({
  layout: "3d", // New. Default: 'classic' (previous behavior)
  style: {
    chart: {
      layout: {
        wheel: {
          tiltAngle3d: 50, // New. Default: 50, used in 3d mode
        },
        percentage: {
          offsetX: 0, // New. Default: 0
          o…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@adoin
Comment options

Comment options

You must be logged in to vote
1 reply
@adoin
Comment options

Answer selected by graphieros
Comment options

You must be logged in to vote
1 reply
@adoin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants