Skip to content

Responsive Tabs and Highcharts #1

@ommyan

Description

@ommyan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions