Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radar无法显示刻度,报错 #8301

Closed
qingbopro opened this issue May 8, 2018 · 5 comments
Closed

radar无法显示刻度,报错 #8301

qingbopro opened this issue May 8, 2018 · 5 comments

Comments

@qingbopro
Copy link

One-line summary [问题简述]

使用type为radar时,无法显示刻度。
axisLabel: {
show: true 设置为false才行
},

TypeError: axisModel.getCategories is not a function
at buildAxisLabel (eval at (reportpreviews.js:1296), :556:35)
at AxisBuilder.axisTickLabel (eval at (reportpreviews.js:1296), :235:20)
at AxisBuilder.add (eval at (reportpreviews.js:1296), :137:20)
at Array.forEach ()
at Object.each (eval at (reportpreviews.js:594), :298:9)
at ExtendedClass.eval (eval at (reportpreviews.js:3248), :57:14)
at Array.forEach ()
at Object.each (eval at (reportpreviews.js:594), :298:9)
at ExtendedClass._buildAxes (eval at (reportpreviews.js:3248), :56:12)
at ExtendedClass.render (eval at (reportpreviews.js:3248), :39:10)

option = {
    title: {
        text: '基础雷达图'
    },
    tooltip: {},
    legend: {
        data: ['预算分配(Allocated Budget)', '实际开销(Actual Spending)']
    },
    radar: {
        // shape: 'circle',
        name: {
            textStyle: {
                color: '#fff',
                backgroundColor: '#999',
                borderRadius: 3,
                padding: [3, 5]
           }
        },
        axisLabel: {
          show: true
        },
        indicator: [
           { name: '销售(sales)', max: 6500},
           { name: '管理(Administration)', max: 16000},
           { name: '信息技术(Information Techology)', max: 30000},
           { name: '客服(Customer Support)', max: 38000},
           { name: '研发(Development)', max: 52000},
           { name: '市场(Marketing)', max: 25000}
        ]
    },
    series: [{
        name: '预算 vs 开销(Budget vs spending)',
        type: 'radar',
        // areaStyle: {normal: {}},
        data : [
            {
                value : [4300, 10000, 28000, 35000, 50000, 19000],
                name : '预算分配(Allocated Budget)'
            },
             {
                value : [5000, 14000, 28000, 31000, 42000, 21000],
                name : '实际开销(Actual Spending)'
            }
        ]
    }]
};

Version & Environment [版本及环境]

  • ECharts version [ECharts 版本]:
  • Browser version [浏览器类型和版本]:
  • OS Version [操作系统类型和版本]:

Expected behaviour [期望结果]

ECharts option [ECharts配置项]

option = {

}

Other comments [其他信息]

@qingbopro
Copy link
Author

版本 4.1.0

@qingbopro
Copy link
Author

http://echarts.baidu.com/examples/editor.html?c=radar

@Clish
Copy link

Clish commented May 10, 2018

我今天也遇到同样的问题了, 设置axisLabel: {show: true}就会报错

@dengzeyuan
Copy link

....我说我怎么配置都不对,我把版本记录完整读了一遍还是没找到升级之后的办法,原来是根本就不支持阿。那文档应该把这个配置删除掉阿

@100pah
Copy link
Member

100pah commented May 13, 2019

Fixed in #10036

@100pah 100pah closed this as completed May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants