Description Usage Arguments Value
Plot heat map using e_heatmap
. This function uses
datazoom
toolbox with type "inside" and "continuous" visual map. For Y axis labels,
the width of label text is set to 60 and when it will use break to wrap when the actual
width is overflow. For timeline options, the timeline widget is on the top and 5 units from
top. The time point widgets padding is set to 0 and the play intercal is 1500 ms.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
data |
a data frame |
timeline_var |
character. The variable indicating timeline. |
x_var |
character. The variable that will be the X axis in the chart. |
y_var |
character. The variable that will be the Y axis in the chart. |
value_var |
character. The variable that will be displayed in cells in the chart. |
x_axis_name |
character. The name of X axis. If missing, the function will use
information in |
y_axis_name |
character. The name of Y axis. If missing, the function will use
information in |
value_axis_name |
character. The name of value variable. If missing, the function will use
information in |
width, height |
character, |
shrink_height |
character, default NULL. It is the same as |
x_label_width |
numeric, default 1. The width of text of x label. If the text width overflow, then will use break to wrap. |
x_label_fontsize |
numeric, default 12. The font size of text of x label. |
toolbox_freatures |
character vectors, default |
an object of class echarts4r
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.