File tree Expand file tree Collapse file tree
components/modules/rollup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -842,7 +842,8 @@ onBeforeUnmount(() => {
842842 < / Popover>
843843 < / Flex>
844844
845- < Flex direction= " column" gap= " 12" : class = $style .chart_wrapper_single >
845+
846+ < Flex v- if = " comparisonData[0]?.size_graph" direction= " column" gap= " 12" : class = $style .chart_wrapper_single >
846847 < Flex direction= " column" gap= " 12" >
847848 < Text size= " 13" weight= " 500" color= " secondary" > Size< / Text >
848849
@@ -927,6 +928,18 @@ onBeforeUnmount(() => {
927928 < / Flex>
928929 < / Flex>
929930 < / Flex>
931+ < Flex
932+ v- else
933+ align= " center"
934+ justify= " center"
935+ direction= " column"
936+ gap= " 4"
937+ : class = $style .chart_wrapper_single
938+ : style= " {height: '100%', paddingBottom: '24px'}"
939+ >
940+ < Text size= " 12" color= " secondary" weight= " 600" > No data for comparison< / Text >
941+ < Text size= " 12" color= " tertiary" > Try to select a different rollup or period< / Text >
942+ < / Flex>
930943 < / Flex>
931944 < / Flex>
932945 < / Flex>
You can’t perform that action at this time.
0 commit comments