ECharts5下dataste的formatter属性
in Echarts with 0 comment
ECharts5下dataste的formatter属性
in Echarts with 0 comment

学习Echarts4的数据集时,

        tooltip: {
            trigger: 'item',
            formatter: '{b}<br/>{c} (p / km2)'
        },

出现了formatter,当时看发现一头雾水

当学习到后面时,看到了相关配置解析。

是关于dataste的, 这里的formatter是回调函数

属于标签内容格式器,支持两种形式:字符串模板、回调函数


Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 109

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 111

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 113

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 115

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 117

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 119

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 121

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 123

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 125

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 127

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 109

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 111

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 113

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 115

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 117

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 119

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 121

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 123

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 125

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /www/wwwroot/ae.lcean.com/usr/themes/pinghsu-master/post.php on line 127
Responses