Hi,
I am trying to plot a line in chart from origin. In below image lines are starting from 8AM. can we plot 7AM at the origin of both axis, so all lines will start from origin 0. here I am trying to show data from 7AM to 8AM right now it is from 8AM. so at starting point it should be start from 0.
Is this possible with line chart
Hai,
I'm facing an issue where I'm unable to resize my circular gauge as demonstrated below. Can you please advise me on how I can reduce the size of the gauge? Additionally, is there a way to enable a feature where clicking on the circular gauge it will change the percentage , limited to specific values such as 25%, 50%, 75%, and 100%?I attached my code for your reference. TQ
How I can I write unit test cases for chart components.
For example, I have pasted one screenshot for seriesVisual. By mocking data it is not covered in coverage. I am using react-testing-library and jest for writing test cases.
I just want to set the default page width to 'fitToWidth' instead of 100% on page load. Below is the reference code:
As shown in the figure, when I use the Chart component, due to the large content of the label, some text on the top is blocked, but there is still a lot of space at the bottom, I wonder if there is any way to make it better displayed
Need to know how to perform chunk upload for multiple files, in kendo React UI upload....
Also need to know how to upload really large of 2 GB via Kendo react upload if not for chunk upload. Increasing the max fileSize in the upload doesn't actually for this case...
PDF loads correctly but pages are getting double if user clicks on any of the zoom option first time. But download pdf with the correct number of pages. Below is the reference code:
import * as React from "react";
Hi all,
I'm running KendoReact v3.17.0
Was the filter input not added to the TreeList until a later version?
I've added the Treelist component and it's missing the filter box between the column title and the data tree.
So it seems no matter what I do, I can't have a DateTimePicker default to show={true} in a Dialog. I keep getting a Maximum Update error in the popup. All I'm trying to render is this;
return (
<Dialog
title="Select Time Range"
onClose={props.toggleDialog}
width={900}
height={700}
>
<DateTimePicker
show={true}
></DateTimePicker>
</Dialog>
);