Please check this example: https://echarts.apache.org/examples/zh/editor.html?c=scatter-simple
Thanks *Ovilia* On Fri, Oct 14, 2022 at 11:56 PM JUAN IGNACIO Martinez <na81...@gmail.com> wrote: > hello I want to show the "data" in a scatter plot > > > datos= { > "traigo": [ > { > "close": 19462.44, > "tiempo": 1 > }, > { > "close": 19259.41, > "tiempo": 2 > }, > { > "close": 19300.62, > "tiempo": 3 > } > > ] > } >