Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Highcharts

0 votes
932 views
1 answer
    We have been using Highcharts in our tool for a couple years now, and we want to generate some pie charts in a new fashion. Does anyone ... to any examples? question from:https://stackoverflow.com/questions/65831459/pie-chart-variations...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    Original dependencies: "dependencies": { "highcharts": "^8.0.4", "react-jsx-highstock": "^4.0.1" }, Implemented an HOC to combine charts into one ... .com/questions/65832891/combining-charts-in-version-8-1-1-causes-last-series-to-not-appear...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    I have stacked columns for 103 and 104. so either I have to show all 103 colors in the legend or remove the second 103 legend. How can we ... /questions/65840797/how-to-remove-extra-one-legend-from-high-charts-bar-chart-multiple-stacked...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    I'm trying to populate a map of the U.S. in HighMaps with data from an html table. The map is showing but the data point is not. ... , Shauna question from:https://stackoverflow.com/questions/65864244/highmap-data-table-not-loading-points...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    I'm trying to give a gradient color to the xAxis crosshair, but without success. I tried using Axis.addPlotBand() instead of crosshair but it ... https://stackoverflow.com/questions/65864579/how-to-give-gradient-color-to-xaxis-crosshair...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
702 views
1 answer
    When I select a legend item my input is hidden from a highcharts-container class with id = highcharts-2: <input type="hidden" id="Chart1_legend" name ... .com/questions/65713124/trying-to-default-a-legend-value-as-hidden-using-logi-info...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
694 views
1 answer
    I need to disable animation so that when I switch to another chart the tooltip on the previous chart will instantly disappear. I am attaching a photo and my code. Image ` ... 70, 20], }] }); });` JsFiddle - https://jsfiddle.net/ay1m4cxp/...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
866 views
1 answer
    1:目前能达到的效果是: 代码如下: plotOptions: { pie: { allowPointSelect: true, cursor: 'pointer', dataLabels: { enabled: true, softConnector: false, format: '<b>{point.name}</b> {point. ... :-20 }, showInLegend: false, size: '75%' } } 2:想要的效果是 3:怎么自定义呢?...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    在使用highcharts时,使用chart.zoomType属性时,当多次拖动放大数据显示区域时,点击Reset zoom按钮,会直接回到最开始的状态,比如x轴区间为0~300,第一次拖动放大100~200区域数据显示,第二次拖动放大100~150区域数据显示,点击Reset zoom按钮,会直接返回到0~300区间,怎么在点击 ... 存入一个数组,每拖动一次存进数组一次,在点击Reset zoom按钮是,每一次只回到上一次的两个值区间 按钮的绑定事件应该怎么处理?...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    Highcharts.chart('container', { credits: { enabled: false, }, legend: { enabled: false }, chart: { type: "bar", height: 180, reflow: false, alignTicks: false ... through the data vertically, and axis labels are easy to read. </p> </figure>...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.5k views
1 answer
    highcharts 3d饼图label显示不全怎么办 图例上的悬浮效果要怎么屏蔽?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.9k views
1 answer
    `var chart = Highcharts.chart('container', { chart: { type: 'pie', options3d: { enabled: true, alpha:30, } }, title: { text: '简数科技每周水果消耗量' }, subtitle: { text: 'Highcharts 中的 ... }] });` 橙子和葡萄的label显示在柑橘上,因为是3D饼图,alpha设置后,label的位置不对,该如何配置 ...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
...