Is your feature request related to a problem? Please describe
It looks like hits panel at VictoriaLogs web UI doesn't support zooming in into sub-second time ranges. See the screenshot:

This prevents from investigation of log volumes on sub-second precision on the hits panel. This is quite common situation when some logs are generated with frequency higher than once per second.
Describe the solution you'd like
VictoriaLogs supports timestamps in the ingested logs with nanosecond precision. VictoriaLogs http APIs support timestamps with at least millisecond precision. It would be great if web UI for VictoriaLogs could properly query and display logs with at least millisecond precision. It would be great if hits panel could continue showing regular bars on sub-second time ranges. Currently it switches to dots starting from zoom level lower than a second. Dots aren't great representation of the volume of logs over time.
Describe alternatives you've considered
No response
Additional information
No response
Is your feature request related to a problem? Please describe
It looks like

hits panelat VictoriaLogs web UI doesn't support zooming in into sub-second time ranges. See the screenshot:This prevents from investigation of log volumes on sub-second precision on the
hits panel. This is quite common situation when some logs are generated with frequency higher than once per second.Describe the solution you'd like
VictoriaLogs supports timestamps in the ingested logs with nanosecond precision. VictoriaLogs http APIs support timestamps with at least millisecond precision. It would be great if web UI for VictoriaLogs could properly query and display logs with at least millisecond precision. It would be great if
hits panelcould continue showing regular bars on sub-second time ranges. Currently it switches to dots starting from zoom level lower than a second. Dots aren't great representation of the volume of logs over time.Describe alternatives you've considered
No response
Additional information
No response