Cut graph lines

Hi,

In my chart, the first and last lines are cut off horizontally. How can I adjust the chart to displayed correctly without being cut off?

Thanks


<svg width="10" height="10">
    <defs>
        <linearGradient id="gradiente" x1="0%" y1="0%" x2="0%" y2="100%">
            <stop offset="0%" style="stop-color:#8CB0EB" />
            <stop offset="100%" style="stop-color: #224170" />
        </linearGradient>
    </defs>
</svg>


<ejs-chart height="600px" id="chartDiaria" locale="pt" theme="Fabric">
    <e-chart-primaryxaxis title="Dias" valueType="Category" labelPlacement="OnTicks" interval="1" plotOffset="10">
    </e-chart-primaryxaxis>
    <e-chart-primaryyaxis title="Volume (litros)"></e-chart-primaryyaxis>
    <e-series-collection>
        <e-series fill='url(#gradiente)' xName="DiaMes" yName="Consumo" columnWidth="0.7" columnSpacing="0.2" type="@Syncfusion.EJ2.Charts.ChartSeriesType.Bar">
            <e-data-manager url="/Cliente/GraficoHistorico_Read" adaptor="UrlAdaptor">
            </e-data-manager>
            <e-series-marker height="5" width="5" shape="@Syncfusion.EJ2.Charts.ChartShape.Circle" isFilled="true">
                <e-series-datalabel visible="true">
                    <e-font size="9" color="black"></e-font>
                </e-series-datalabel>
            </e-series-marker>
        </e-series>
    </e-series-collection>
</ejs-chart>

Image_4944_1724355573344


4 Replies

SB Swetha Babu Syncfusion Team August 23, 2024 09:48 AM UTC

Hi Fernando,


Greetings from Syncfusion.


We have considered the reported scenario as a bug and logged a defect report for the same. This fix will be included in our weekly patch release which is expected to be rolled out on 17th September 2024. Please find the below feedback link to keep track of the reported scenario.


Feedback link: https://www.syncfusion.com/feedback/60668/category-axis-crops-first-and-last-point-for-labelplacement-onticks


If you have any more specifications/precise replication procedure to be followed, please add it as a comment in the portal.


Regards,

Swetha



FE Fernando August 23, 2024 12:55 PM UTC

Hi  Swetha,

Thank you very much.

Fernando



SB Swetha Babu Syncfusion Team August 26, 2024 04:01 AM UTC

Fernando,


Most Welcome! We will let you know once the fix is included in our weekly patch release.





SB Swetha Babu Syncfusion Team September 20, 2024 04:29 AM UTC

Hi Fernando,


We are glad to announce that our Essential Studio 2024 Volume 3 release v27.1.48 is rolled out. We have included the fix for the reported scenario - "The first and last point gets cropped in Category axis" and is available for download under the following link.

 

https://www.syncfusion.com/forums/194459/essential-studio-2024-volume-3-main-release-v27-1-48-is-available-for-download

 

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,

Swetha


Loader.
Up arrow icon