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,
I am using "filterBy" function from Kendo-data-grid in my Angular app.
I have a data where column names consists of special characters such as 'Product. Name'. I able to filter all the columns(which has names without special characters). I am not able to filter the columns(which has name with special characters).
How can i filter the columns even with specialcharactes in its names.
Example: Example
Please help me regarding this.
[RESOLVED]
Hello,
I have integrated kendo grid with some details-grid using the KendoGridDetailTemplate.
Everything works great, but I can't find a way of hiding the [+] sign when there is nothing to show in the details component.
I am already using the [KendoGridDetailTemplateShowIf]="ShowDetailsCondition" but the problem i'm facing is that when the directive is called, I don't have access to the methods in my component, since "this" changes and represents the directive itself.
here is my condition function:
error : "this.hasHeaders is not a function" => I guess it's because "this" represent now the Directive and not my component
How could I use custom methods/function from my component into my condition function without have it returning an error ?
Thanks you!
Audric