How to have graphs overlapping in vega-lite [wazuh – elk – opensearch]
I’m trying to create a single chart on wazuh via Vega visualization that allows me to show two overlapping charts. In input I take logs in which the date (date_id
) is reported in the form of a string with YYYY-MM-DD
format and an integer month_total
corresponding to the number of monthly bans carried out on a telegram channel. My aim would be to show overlaid both the monthly ban line graph and a linear regression graph (for the same monthly bans) so as to understand the trend.
How to have graphs overlapping in vega-lite [wazuh – elk – opensearch]
I’m trying to create a single chart on wazuh via Vega visualization that allows me to show two overlapping charts. In input I take logs in which the date (date_id
) is reported in the form of a string with YYYY-MM-DD
format and an integer month_total
corresponding to the number of monthly bans carried out on a telegram channel. My aim would be to show overlaid both the monthly ban line graph and a linear regression graph (for the same monthly bans) so as to understand the trend.