Relative Content

Tag Archive for extjs

Sencha Ext JS run time license

Do you need to buy a run time license from Sencha if your application code written is developed in Ext JS and deployed on a web server?

How to use stacked bars graphs with 2 different types bars

I have created bar charts for different types of Income (A and B), which in turn these amounts are divided into two categories C and D. All this data is grouped by Month, what I need to achieve is that I want to show the two Bars (A, B) by Month and also show C and D in each parent bar (A and B) stacked and the value of C and D within A and B is shown. Can this be done? I couldn’t find anything in the documentation.
enter image description here

Forcing ExtJS application updates after deployment

I work on an ExtJS application with a Django backend, and we keep running into issues when we push new code. Our users seldom refresh their browsers, so after a code push we end up with users using the same (now outdated) version of our ExtJS application for days at a time instead of the new, updated version.