English 中文(简体)
2. 以上微粒体内的沥青
原标题:Put Axis Range label above in am4charts
  • 时间:2022-12-26 13:09:55
  •  标签:
  • charts

我有一张带有条形和线(与轴线相距)的四舍五入图,但不能将轴面标签上列。

我用上了上面的段落,用ZIndex进行审判,但我不能这样做。

我将以上段落放在轴距的形成中。

let seriesRangeDataItem = yAxis.makeDataItem({ value: value, endValue: value, above: true});

This code reproduce the problem https://codepen.io/javierflti/pen/wvxKRWo

如你所知,“120”标签不高于酒吧。

任何想法?

增 编

问题回答

贴上以下标注:

range.get("label").setAll({
      ...
      layer: 1,
      ...
    });

enter image description here





相关问题
Editing legend name on an excel chart using C#

I want to edit the name of the legends given on my excel chart. Right now I have 5 Series on a chart and the legend displays the names "Series 1", "Series 2", "Series 3", "Series 4", "Series 5". I ...

Flash charts that can map/dither the data on X axis

I looked at different flash chart software (free and commercial) and could find only one that supports the feature I want: map my dataset on the predefined X axis. Let me give an example. Let s say ...

Grid Chart using GWT

Is there any library in gwt that will create grid chart, something similar to this : http://www.eyescience.com/images/vision/amsler_grid.gif. Thank you.

Microsoft .Net Chart Control not showing markers

I m using the Microsoft Chart Controls for Microsoft .NET Framework 3.5 and am having a spot of trouble getting Data Markers to show on the image. I m generating the chart at run-time, so can t just ...

Drawing 3D bar graphs using PHP?

I m looking to draw a 3d bar graph similar to the one below alt text http://techportal.co.za/article_images/image004.png My problem is that I can t seem to find any useful library that can do this ...

热门标签