I am trying to find out Export feature for Bar charts to JPEG/PNG... I didn't find this any where in extJs examples section. Please let me know if this feature is available in Extjs charts or not.
Please share the examples or URLs on this, if any.
Any thing on this will be much appreciable!!
They have something now for 4.1 where they convert it on the sencha server for you. I haven't tried that but here's how I did it.
Related
[1]: https://i.stack.imgur.com/AqE6r.png**strong text**
Does anyone know which carousel library is best for achieving this effect, with the previous and next pictures overflowing onto the screen as shown in the linked picture? Bootstrap 5.1 and react-bootstrap seem incapable of this.
You can do it easily with this library.
https://swiperjs.com/
Swiper Demos (Examples)
https://swiperjs.com/demos#slides-per-view
https://swiperjs.com/demos/110-slides-per-view/core
For the installation on react the documentation is quite good
https://swiperjs.com/react
You can configure the number of slides you want to see on your screen... In your case, it's 3 slides per view.
For the rest you just adapt with the CSS to get the view you want.
I want to do the same function like this
https://developers.google.com/chart/interactive/docs/gallery/annotationchart?hl=zh-TW
Does extjs have the same chart?
thx
Theres is nothing right out of the box with ExtJS for this but you could build your own using a linechart, scatterchart and a DataView on the side to display the comments. (Building the time slider at the bottom would be a little harder but it can be done as well).
What I would do however, is avoid myself a lot of work and follow this tutorial on how to integrate Google Charts with ExtJS: http://code.betancourt.us/ext-google-visualization/
Good luck!
I Want to use Graphs in WPF.At the moment I am using WPF toolkit to make graphs in WPF but cant find the resources for the step by step procedure to modify the bar graph (colour,size etc).Can anyone please help me or give me the necessary url for doing so...Also can this be used to make 3d charts or if there is any other open source stuff I can use please do mention it.Thanks
Did you tried Dynamic Data Display?
For me, it's the best free charts library available for WPF.
I am new to Ext.js,going to develop application using Ext.js, As per requirement need to print charts, pdfs and other grid reports. Can anybody tell me is it possible by ext.js? if it possible means can let me know how to achieve? please provide me related links else give me hints?. Great appreciate thank you.
ExtJS does not allow any feature to print anything.
You need to use other libraries like aspos or open xml to generate excel sheets, pdf files in which you can draw charts, grids.
I hope this clarifies your questions.
can you please tell me how to implement auto suggest in sencha .I googled it and found two or three solution .But all solution auto suggest using web service ,But i have array of data ,from this data(example names ) i want to use this array in autosuggest .can you modified this link so as i can use this.
i found these links
https://github.com/martintajur/sencha-touch-2-autocomplete-textfield
take a look at this example "Custom Search Fields "
http://dev.sencha.com/deploy/ext-4.0.0/examples/form/forum-search.html
TypeAhead is build-in ExtJS combobox. You can hide the trigger and it will look like a textbox with autosuggest.
Look at this page for a good tutorial on how to customize your combobox.
Take a look at my blog, it may be helpful to you. Sencha touch 2 auto complete.