blob: bfe0b6f12e3c19e11018ce8577631b62ae5a1ab9 [file] [log] [blame]
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{309:function(n,e,t){"use strict";t.r(e),e.default="# Smooth Line Chart\n\nThe smooth line chart is also a variant of the basic line graph. It is a better choice for you to perform a comfort visual experience. While using the ECharts, you only need to change the `smooth` to `true` to achieve this effect.\n\n```js live\noption = {\n xAxis: {\n data: ['A', 'B', 'C', 'D', 'E']\n },\n yAxis: {},\n series: [\n {\n data: [10, 22, 28, 23, 19],\n type: 'line',\n smooth: true\n }\n ]\n};\n```\n"}}]);