I thought this would be an easy out of the box, but I was looking to have one detail open at a time. How would I achieved that
thanks in advance
Hi, if we are using Kendo Chart (Angular I believe) on a new project and i need the developers to replicate the example wireframe column chart below.
I have been advised that they can't get the column totals to appear at the top of the columns. Is this possible and if so what do they need to do to get the column totals at the top of the columns using angular?
Any help would be appreciated.
Regards
Alan
Hi,
I have a service with a http request to an api that returns a Observable<Pendentes[]>.
I need to call the service in my component, but I can't get the pagination working.
I attached some prints of my code.
Best regards,
Pedro Marquinhos
Hello,
I'm using kendo-upload for uploading files and displaying progress by subscribing to the uploadProgress event.
When [chunkable]="false" it seems that the event is fired every second or less, allowing the developer to show the progress smoothly.
The above is not true when [chunkable] is set to some value, the event is fired only when every next chunk is uploaded. Consider the following settings: [chunkable] = "{ size: 1048576} and file size to upload is 10Mb, in this case, only 10 events are going to be fired with event.percentComplete = 10, 20, 30 .... 100. This prevents me from building a progress indicator that works smoothly enough. Any ideas about getting uploadProgress fired during the chunk upload more often than once at the end?
Hi
I have simple page
I see in a browser this:
But in exported PNG file, there is no background and there is default font instead of specified in css:
i created also a div with paragraph and it works fine.
I attached example app with issue reproduction.
--
Best regards
Kamil Paszkiewicz
Hi! Couldn't find any examples of setting custom symbol (BubbleLayerSymbol) of the BubbleLayerComponent.
When I'm trying to set my symbol (attached screenshot) I get this error in the console + typing issues:
TypeError: _node_map__WEBPACK_IMPORTED_MODULE_2__.default[srcElement.nodeType] is not a constructor
at RootNode.load (VM74284 vendors...)
at Surface.draw (VM74284 vendors...)
at BubbleLayer._drawSymbol
Please provide more info/examples. Thanx in advance!