SYMBOL INDEX (26 symbols across 5 files) FILE: google-chart.ts constant DEFAULT_EVENTS (line 23) | const DEFAULT_EVENTS = ['ready', 'select']; constant CHART_TYPES (line 31) | const CHART_TYPES: Record = { class GoogleChart (line 121) | class GoogleChart extends LitElement { method render (line 351) | protected override render() { method firstUpdated (line 358) | protected override firstUpdated() { method updated (line 377) | protected override updated(changedProperties: Map) { method typeChanged (line 390) | private typeChanged() { method propagateEvents (line 415) | private propagateEvents(events: string[], eventTarget: unknown) { method selectionChanged (line 433) | private selectionChanged() { method redraw (line 455) | redraw() { method imageURI (line 475) | get imageURI(): string|null { method viewChanged (line 482) | private viewChanged() { method rowsOrColumnsChanged (line 488) | private async rowsOrColumnsChanged() { method dataChanged (line 502) | private dataChanged() { method localizeGlobalStylesheets (line 537) | private localizeGlobalStylesheets(stylesDiv: HTMLElement) { type HTMLElementTagNameMap (line 558) | interface HTMLElementTagNameMap { FILE: loader.ts type LoadSettings (line 49) | interface LoadSettings { function load (line 66) | async function load(settings: LoadSettings = {}): Promise { type DataTableLike (line 82) | type DataTableLike = unknown[][]|{cols: unknown[], rows?: unknown[][]}| function dataTable (line 115) | async function dataTable(data: DataTableLike|undefined): function createChartWrapper (line 145) | async function createChartWrapper(container: HTMLElement): FILE: test/basic-tests.ts function countBars (line 187) | async function countBars(chart: GoogleChart) { function waitForRender (line 236) | function waitForRender(done: () => void) { FILE: test/helpers.ts function ready (line 19) | function ready(element: EventTarget): Promise { FILE: test/polymer-use-test.ts class GoogleChartTestElement (line 71) | @customElement('google-chart-polymer-test') method template (line 73) | static get template() {