This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new b04772d  Update LegendModel.ts
     new 28bffa0  Merge pull request #14263 from thesiti92/patch-1
b04772d is described below

commit b04772d4c27b14bf3d1a4bc5619069d75c3feea0
Author: thesiti92 <[email protected]>
AuthorDate: Thu Feb 11 17:29:24 2021 -0500

    Update LegendModel.ts
---
 src/component/legend/LegendModel.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/component/legend/LegendModel.ts 
b/src/component/legend/LegendModel.ts
index 14079d7..674e4f2 100644
--- a/src/component/legend/LegendModel.ts
+++ b/src/component/legend/LegendModel.ts
@@ -98,6 +98,11 @@ export interface LegendOption extends ComponentOption, 
BoxLayoutOptionMixin, Bor
      */
     padding?: number | number[]
     /**
+     * Icon of the legend items.
+     * @default 'roundRect'
+     */
+    icon?: string
+    /**
      * Gap between each legend item.
      * @default 10
      */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to