...
Detaillierte Information finden Sie zusätzlich hier: https://developers.google.com/chart/interactive/docs/gallery/tabletreemap
Beispiel: Füllen der Daten
|
API und Methoden:
Properties | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AllowHTML | If set to true, formatted values of cells that include HTML tags will be rendered as HTML. If set to false, most custom formatters will not work properlyHeaderColor | The color of the header section for each node. Specify an HTML color value.
| |||||||||||
AlternatingRowStyle | Determines if alternating color style will be assigned to odd and even rowsHeaderHeight | The height of the header section for each node, in pixels (can be zero).
| |||||||||||
FirstRowNumberHeaderHighlightColor | The row number for the first row in the dataTable. Used only if showRowNumber is truecolor of the header of a node being hovered over. Specify an HTML color value or null; if null this value will be
| ||||||||||||
FrozenColumns | The number of columns from the left that will be frozen. These columns will remain in place when scrolling the remaining columns horizontally. If | Determines if elements should show highlighted effects when moused over. If set to
| tableChart
| setFrozenColumns
| 2
| ||||||||
Page | If and how to enable paging through the data. Choose one of the following string values:
| ||||||||||||
PageSize | The number of rows in each page, when paging is enabled with the page option.
| ||||||||||||
PagingButtons | Sets a specified option for the paging buttons. The options are as follows:
| ||||||||||||
RtlTable | Adds basic support for right-to-left languages (such as Arabic or Hebrew) by reversing the column order of the table, so that column zero is the rightmost column, and the last column is the leftmost column. This does not affect the column index in the underlying data, only the order of display. Full bi-directional (BiDi) language display is not supported by the table visualization even with this option. This option will be ignored if you enable paging (using the page option), or if the table has scroll bars because you have specified height and width options smaller than the required table size.
| ||||||||||||
ScrollLeftStartPositionHintOpacity | When
| ||||||||||||
Max / Mid / MinColor | The color for a rectangle with a column 3 value of
| ||||||||||||
MaxDepth | The maximum number of node levels to show in the current view. Levels will be flattened into the current plane. If your tree has more levels than this, you will have to go up or down to see them. You can additionally see
| ||||||||||||
Max / Mid / MinHighlightColor | Sets the horizontal scrolling position, in pixels, if the table has horizontal scroll bars because you have set the width property. The table will open scrolled that many pixels past the leftmost column.
| ||||||||||||
ShowRowNumber | If set to true, shows the row number as the first column of the tableMaxPostDepth | How many levels of nodes beyond
| |||||||||||
Sort | If and how to sort columns when the user clicks a column heading. If sorting is enabled, consider setting the sortAscending and sortColumn properties as well. Choose one of the following string values:
NoColor | The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value.
| |||||||||||
NoHightlightColor | The color to use for a rectangle of "no" color when highlighted. Specify an HTML color value or null; if null, this will be the value of
| ||||||||||||
ShowScale | Whether or not to show a color gradient scale from
| ||||||||||||
StartPage | The first table page to display. Used only if ShowTooltip | Whether to show tooltips.
|
...