烬秋青铜二
2024-8-15 11:28:20 发布在问答
复制官网的示例代码后无法正常绘制

Snipaste_2024-08-15_11-26-42.png
719
4
精彩评论4
yhdata_lyaa
发表于 2024-8-15 13:11:06 显示全部楼层
哪里的官网复制的,版本对应吗
回复

使用道具 2#

烬秋青铜二
发表于 2024-8-15 13:15:30 显示全部楼层
yhdata_lyaa 发表于 2024-8-15 13:11
哪里的官网复制的,版本对应吗

https://antv-2018.alipay.com/zh-cn/g2/3.x/demo/radar/basic.html
看上去好像是3.x版本 现在BI是2.4.9  是要更新版本么?
回复

使用道具 3#

烬秋青铜二
发表于 2024-8-15 15:45:37 显示全部楼层
yhdata_lyaa 发表于 2024-8-15 13:11
哪里的官网复制的,版本对应吗

换了个chart

js:
option = {
  // title: {
  //   text: 'Basic Radar Chart'
  // },
  legend: {
    data: ["column1", '实际支出'
  },
  radar: {
    // shape: 'circle',
    indicator: [
      { name: '销售', max: 6500 },
      { name: '管理', max: 16000 },
      { name: '信息技术', max: 30000 },
      { name: '客户支持', max: 38000 },
      { name: '开发', max: 52000 },
      { name: '市场营销', max: 25000 }
   
  },
  series: [
    {
      name: '预算vs支出',
      type: 'radar',
      data: [
        {
          value: [4200, , 20000, 35000, 50000, 18000,
          name: '预算',
          itemStyle: {
            color: 'rgba(78, 76, 172, 1)' //
          },
          lineStyle: {
            color: 'rgba(78, 76, 172, 1)' //
          },
          areaStyle: {
            color: 'rgba(78, 76, 172, 0.1)' //

        }
        },
        {
          value: [5000, 14000, 28000, 26000, 42000, 21000,
          name: '实际支出',
          itemStyle: {
            color: 'rgba(203, 59, 56, 1)' //
          },
          lineStyle: {
            color: 'rgba(203, 59, 56, 1)' //
          },
          areaStyle: {
          color:  'rgba(203, 59, 56, 0.10)',

        }
        }
      
    }
  
};
data:
[
    {
        "column1": "指标分类",
        "column2": 1.1
    }
]
怎么把column1放在name上 column2放在value里?


Snipaste_2024-08-15_15-43-31.png
回复

使用道具 4#

yhdata_lyaa
发表于 2024-8-15 16:32:01 显示全部楼层
绑定字段以后,类似这样写

value: options.column2,
回复

使用道具 5#

高级模式
您需要登录后才可以回帖 登录 | 免费注册

  • 官方微信

    欢迎关注永洪服务号!收费为0,价值无限

    扫码关注
  • 新浪微博

    让每位用户轻松挖掘数据价值!

    访问新浪微博
  • 智能客服
100W

用户等你来哦

Copyright   ©2012-2025  北京永洪商智科技有限公司  (京ICP备12050607) 京公网安备110110802011451号 |《永洪社区协议》
返回顶部