Dust Community Icon

Request for Higher Resolution Downloads in DUST Visualization Tool

·
·

Hi everyone. About the visualization tool in DUST, is there a way to download the visualizations in a higher resolution? The visualizations are great but with the current resolution they are not really usable if we want to include them in documentation.

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    One way to do this is to download the React code (there is button to view the code) and run it locally. You can then run it in a much larger window to get a higher res that you can capture. The even better way is to integrate the React code as part of your doc site, rather than pre-render it into a png. This way:

    • It will adapt to the resolution of your users

    • It will keep its dynamic nature, like showing tooltips as you hover over things

    Maybe Dust folks have better guidance.

  • Avatar of YoiHito
    YoiHito
    ·
    ·

    Thanks I'll try making a renderer that support higher resolution locally with React it seems possible, I need some of the images in printable format but making a renderer in the docs website seems to a good approach for visualizations that don't need printing.

  • Avatar of yutcam (Dust)
    yutcam (Dust)
    ·
    ·

    tks a lot for surfacing! added to an open card internally 🙂

  • Avatar of YoiHito
    YoiHito
    ·
    ·

    yutcam (Dust) Thank you for adding the SVG export and upping the res on the PNG it's much better now.

  • Avatar of yutcam (Dust)
    yutcam (Dust)
    ·
    ·

    😉