Data2viz documentation

Hi there,

The documentation of data2viz is located in its own Github project.

How the documentation is organized

A high-level overview of how it’s organized will help you know where to look for certain things:

Tutorials

Tutorials take you by the hand through a series of steps to create a data visualization. Start here if you’re new to data2viz.

Reference

Reference guides contain technical reference for APIs and other aspects of data2viz’s machinery. They describe how it works and how to use it but assume that you have a basic understanding of key concepts.

Topics

Topic guides discuss key topics and concepts at a fairly high level and provide useful background information and explanation.

How-to guides

How-to guides are recipes. They guide you through the steps involved in addressing key problems and use-cases. They are more advanced than tutorials and assume some knowledge of how data2viz works.

Give feedback

If you have any suggestion, request, or feedback, please feel free to post a comment here.

Hi,

I’m looking for an up-to-date example for a bubble chart.
The example at https://play.data2viz.io/sketches/nLoOzL/edit/ seems to use an older version. I’m at 0.9.1 and target is Kotlin/JS (which of course should not matter).

Thanks in advance
Jörg

Hi and sorry for the late reply,

The API should not have changed much, the plot has been deprecated to dot but everything seems to be compatible with newer versions.

Do you plan to use Charts.kt or our base open-source library data2viz?
Because this is a Charts-kt example, it is 100% based on data2viz but requires you to use the non-free library Charts-kt, you can track the releases here: Releases

It is absolutely possible to do the exact same example using the Data2Viz core library, but this would require A LOT more code :slight_smile: