Goodmorning,
i use IgniteUI Controls on ASP.NET MVC Project , with Bootstrap Framework. The igGrid in a boostrap container fits perfect and when resize the Browser does it's job good with the responsive UI. How can i achieve that with the igDataChart?I want the Chart to fit in a bootstrap container and resize when i resize the browser in order to make a responsive UI screen in my application.
Thanks in advance,
Ilias
Unfortunately, in about one month, I could not get any info from IG team.
My solution was to simple migrate to another third part charts component, working fine with bootstrap library...
Flavio M.
I also encountered the same problem, when I added bootstrap css to my page, the igDataChart couldn't render properly, any solution?
Uhm...What you expected seems to work for a sample chart, but when you are going to use knockout something goes wrong...I don't know if this is related to knockout, but just try this:
In the samples that 2013.2 version installs on pc (local samples), add a stylesheets ref to bootstrap on bind-data-chart-with-ko.html sample.First you have to manage char height as you told, but hystogram bars do not appear...
I am UNABLE to solve this...
Please suggest me a solution, also because this "bug" is becoming very borin and unbelievable: bootstrap is not something new, and I think that, also with new version of Visual Studio, a lot of users will use it.
Thanks
Please see: http://jsfiddle.net/gmurray/vcCeB/
Then try removing the css that is setting the height of the body and html elements to 100% and you will see the behavior that you are experiencing.
In your sample, probably nothing is setting the height of the body and html to anything, so although the chart is sizing itself to the container, that container does not have any height.
Hope this helps!
-Graham
Hi, what does the surrounding page environment look like? Can you provide a sample page?
Note that if you specify 100% height, but have not made your body and html 100% height then the body, html does not have a valid height in which for the chart to expend. Also which version of the chart are you using?