You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by JUAN IGNACIO Martinez <na...@gmail.com> on 2022/10/14 14:30:18 UTC

graficar

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
				        }
				
				    ]
				}

Re: graficar

Posted by Ovilia <ov...@gmail.com>.
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 <na...@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
>                                         }
>
>                                     ]
>                                 }
>