第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

無(wú)論如何要在 xAxis 上居中柱形圖

無(wú)論如何要在 xAxis 上居中柱形圖

C#
江戶川亂折騰 2022-11-21 16:26:57
我只想將列居中放置在他們的 xAxis 上,有沒(méi)有辦法做到這一點(diǎn)?這是我的高圖代碼看起來(lái)該列總是從刻度開(kāi)始,我只想顯示 2 個(gè)刻度之間的列。檢查這個(gè)https://imgur.com/lvV006MHighcharts.chart('YearNS', {        chart: {            width: 1200,            height: 450,           type: 'column',            events: {                click: function (e) {                    console.log(e.type, this.name);            },            }        },        exporting: {            enabled: false        },        title: {            text: 'This Year NS vs Last 4 Years'        },        subtitle: {            text: 'Click the columns to view the breakdown by Term. Click again to view by Program. Updated as of ' + MyUpdateDate        },        credits: {            enabled: false        },        xAxis: {            min: 0,            max: 4,            categories: categories        },        yAxis: {            title: {                text: "Number of Students"            }        },        legend: {            enabled: true,            align: 'center',            layout: 'horizontal',            verticalAlign: 'top',            floating: false,            borderWidth: 1,            backgroundColor: ((Highcharts.theme && Highcharts.theme.legendBackgroundColor) || '#FFFFFF'),            shadow: true        },        plotOptions: {            series: {                point: {                    events: {                        click: function () {                            ParamYear = this.category                             var res = ParamYear.substring(0, 4);                          // let urlParams = new URLSearchParams('=');                            window.location = "http://localhost:37590/NewStudentReportTerm?ParYear="  + res                        }                    }                },我希望 th 列出現(xiàn)在這些線之間,每年的中心。這可能嗎?
查看完整描述

1 回答

?
森林海

TA貢獻(xiàn)2011條經(jīng)驗(yàn) 獲得超2個(gè)贊


您需要禁用grouping該系列的選項(xiàng)column:


 plotOptions: {

     column: {

         grouping: false

     }

 }

現(xiàn)場(chǎng)演示:http: //jsfiddle.net/BlackLabel/ow8vkq1f/


API 參考:https ://api.highcharts.com/highcharts/plotOptions.column.grouping


查看完整回答
反對(duì) 回復(fù) 2022-11-21
  • 1 回答
  • 0 關(guān)注
  • 91 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)