responsive-tabs
responsive-tabs copied to clipboard
Responsive Tabs and Highcharts
Thanks to great tabs.
i have problem if rendering highcharts chart to you tabs, on first tab(active tab) highchart graph is rendering normal with correct size(widht and height) following tab size. but on the second tab (not active tab) graph rendering changes size to smaller. noted: iam using charts, highcharts plugin for laravel.
<div class="c-tab is-active"> <div class="c-tab__content"> <h2>Welcome home!</h2> {!! $kep1->render() !!} </div> </div> <div class="c-tab"> <div class="c-tab__content"> <h2>All Books</h2> {!! $kep2->render() !!} </div> </div>
whats is wrong? may somebody help me?