Skip to content
Snippets Groups Projects
Commit c8ea5275 authored by Maz Ameli's avatar Maz Ameli
Browse files

add clarifier about time series [ci skip]

parent 9f4539de
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ const SettingsXrayForm = ({ settings, elements, updateSetting }) => {
<p className="m0 text-paragraph">
If you're having performance issues related to x-ray usage you can cap how expensive x-rays are allowed to be.
</p>
<p className="text-paragraph">
<em><strong>Note:</strong> "Extended" is required for viewing time series x-rays.</em>
</p>
<ol className="mt4">
{ Object.keys(COSTS).map(key => {
const cost = COSTS[key]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment