google-chart icon indicating copy to clipboard operation
google-chart copied to clipboard

using cssClassNames options for a table does not work

Open sleekmountaincat opened this issue 7 years ago • 0 comments

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.

`

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

</template>`

sleekmountaincat avatar Apr 11 '18 16:04 sleekmountaincat