hi,
I am trying to sort and display Stacked Bar chart where by the the chart should display in descending order of USD (US Dollars) with 'Others' displayed at the rightmost. Please see the StackBlitz example below.
But it is not working as expected as I see 'Others' and few other items with Zero values displayed in the middle of the chart. Any thoughts on whats wrong here. Please note, the 'chartDataSource' has data sorted and fed to chart.
hi,
I have a 100% Stacked Bar chart that displays various 'States'. I would like to assign same colour to those states even when toggled. For example, green should assigned only to 'Complete' state. Having 'SeriesColor' at 'kendo-chart' component level doesn't work. Any idea how to achieve this?
Please see stackblitz example in the link below
https://stackblitz.com/edit/angular-10-thmpbt-bfoybs?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
With Toggle On - green is assigned to 'Complete' state
With toggle off - orange is assigned to Complete state. But I need green to remain for Complete
Regards
Karthik
I run Windows 11 Pro N system with EV set in cmd.exe
set KENDO_UI_LICENSE=keyFromLicenseFile
When listing variables I can see that my variable is set correctly.
I run this command in my Angular 14 project:
npx kendo-ui-license activate
I get this response:
(INFO) Kendo UI: KENDO_UI_LICENSE environment variable not set (INFO) Kendo UI: Reading license from "(...)\ClientApp\kendo-ui-license.txt"... (INFO) Kendo UI: License imported successfully.
I do not plan to include .txt file in repository and want to use environment variable in my CI solution.
Any idea why I get such (INFO) about variable not set?
Getting below error after updated to angular15, and also using Kendo UI for the ui controls. It seems that due to the tilde key depreciated, is there any workaround for this issue?
./src/styles.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
â•·
3 │ @import "~@progress/kendo-theme-bootstrap/scss/grid/_index.scss";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src\assets\kendo-theme\kendo-imports.scss 3:9 @import
src\styles.scss 3:9 root stylesheet
./src/styles.scss?ngGlobalStyle - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
â•·
3 │ @import "~@progress/kendo-theme-bootstrap/scss/grid/_index.scss";
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src\assets\kendo-theme\kendo-imports.scss 3:9 @import
src\styles.scss 3:9 root stylesheet
Hi,
Currently, the Stockchart renders some dates and skips few dates automatically. Usually, the x-axis has 3 days gap between dates and the navigator axis has 1 day gap. We want the chart to display all dates from the dataset.
Please refer this link for the POC app: https://stackblitz.com/edit/kendo-stockchart-v2?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
Kindly help. Thank you.
When I run install on package.json, I get this:
@progress/kendo-angular-icons@2.0.1 requires a peer of @progress/kendo-svg-icons@^0.1.2 but none is installed.
I have "@progress/kendo-svg-icons": "~0.6.0", which is the latest version.
Hello, i need to add a cornerRadius at the top for a column chart.
You can find attached a picture of what i need.
Best regards,