Stacked bar hidden entry
Hi
Sometimes the lower number of a stacked bar is almost hidden.
Sometimes it appears above the area itself (and then it looks ok).
I think the difference is the ratio between the 2 numbers.

SIGN IN To post a reply.
6 Replies
1 reply marked as answer
SM
Srihari Muthukaruppan
Syncfusion Team
July 21, 2020 01:22 PM UTC
Hi Amos,
We have analyzed your query. From that, we would like to let you know that as of now we don't have the support of "outside for datalabel". We have considered this scenario as an improvement and logged a feature request regarding this. You can keep track of the feature from the feedback portal below.
The fix will be available in our volume 3 releases which is scheduled to be rolled out by the end of September 2020. We appreciate your patience until then.
If you have any more specifications/suggestions to the feature, you can add it as a comment in the portal.
Regards,
Srihari M
AM
Amos
July 21, 2020 01:35 PM UTC
Notice that even now (before implementing that feature request) , if there is not enough space to draw the value, it is drawn outside automatically.
It seems that with certain ratios (between the 2 values) it is drawn inside even if there's not enough space.
The feature request is to set it to draw "outside" no matter what.
Thanks
SM
Srihari Muthukaruppan
Syncfusion Team
July 22, 2020 12:49 PM UTC
Hi Amos,
Thanks for the update.
We have analyzed your query. From that, we will consider the mentioned scenario while implementing the feature. And as stated earlier, this feature will be available in our volume 3 release which is scheduled to be rolled out by the end of September 2020. We appreciate your patience until then.
Let us know if you need any other assistance.
Regards,
Srihari
AM
Amos
July 23, 2020 12:42 PM UTC
It happens also with normal column

<ejs-chart
style="height: 95%;"
:chartArea="chartArea"
:primaryYAxis="projectionsYAxis"
:primaryXAxis="projectionsXAxis"
width="50%"
id="investmentsChart"
background="transparent"
>
<e-series-collection>
<e-series :dataSource="Series" :marker="Marker" type="Column" xName="moneyType" yName="money"></e-series>
</e-series-collection>
</ejs-chart>
chartArea: {
border: { width: 0 },
},
projectionsXAxis: { visible: true, valueType: "Category", majorGridLines: { width: 0 }, minorGridLines: { width: 0 } },
projectionsYAxis: { visible: false },
Marker: {
dataLabel: { visible: true, name: "text", position: "Outer" },
},
Same here, it depends on the ratio between the different values
Thanks
SM
Srihari Muthukaruppan
Syncfusion Team
July 24, 2020 01:09 PM UTC
Hi Amos,
We have analyzed your query. We have considered this scenario too in the provided feedback. We will include this fix in the volume 3 release as promised. We appreciate your patience until then.
Regards,
Srihari
Srihari
SM
Srihari Muthukaruppan
Syncfusion Team
October 6, 2020 03:10 PM UTC
Hi Amos,
We are glad to announce that our Essential Studio 2020 Volume 3 release v18.3.0.35 is rolled out and is available for download under the following link. We have provided the outer position support for dataLabel to overcome the reported scenario. Hence we suggest you to customise the datalabel Inner and outer based on your requirement.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/DataLabelSample990700594.zip
Screenshot:
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Srihari
Marked as answer
SIGN IN To post a reply.