dvargas92495/covilla

DetailView outside MapChart

Closed this issue · 0 comments

I need the detailview to be outside of the mapchart — to make the animations and size smoother.

Currently, the HTML structure looks something like this:

    <App>
        <Title/>
        <Subtitle/>
        <MapChart>
            <DetailView/>
        </MapChart>
    </App>

I want DetailView outside of the MapChart, so it looks more like this:

    <App>
        <Title/>
        <Subtitle/>
        <MapChart/>
        <DetailView/>
    </App>