Forum Discussion

MSzsq's avatar
MSzsq
New Member
6 months ago
Solved

How to create such convenient visual objects

How to create a cluster graph with a very wide slider? You can slide left and right to focus on a certain data, which is very convenient. The original slider was too difficult to use, and clicking on...
  • alish_b's avatar
    6 months ago

    Hi MSzsq ,

     

    The native visuals are quite limited. A little frustrating at times but understandable considering there has to be a tradeoff to get robust visuals that don't break in every update.
    To answer the question, you might find luck with Deneb visual that let's you code in either Vega or Vega-Lite. Given there is a time investment since you will be learning a new language, but it might be worth it if you want bit more freedom in creative expression. Start with a simple visual at first and then decide if it is a path for you (spoiler alert: first few visuals will look like a child painting on a wall).
    Hope it helps!