Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using cssClassNames options for a table does not work #212

Open
sleekmountaincat opened this issue Apr 11, 2018 · 0 comments
Open

using cssClassNames options for a table does not work #212

sleekmountaincat opened this issue Apr 11, 2018 · 0 comments

Comments

@sleekmountaincat
Copy link

hello,

class names get applied to the element in question, but the css for that class is not applied. with the following, i would expect to see a border around the header TR.

`


<style include="spaces-iod-styles">
:host {
display: block;
padding: 10px;
}
google-chart {
height: 90vh;
width: 90vw;
}
.mac {
border: solid 2px red;
}
</style>

    <div class="chart-container">
        <google-chart type='table' options='{ "allowHtml": "true", "cssClassNames": {"headerRow": "mac"} }' data="[[ chartdata ]]"></google-chart>
    </div>

</template>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant