Commit cbf90bda authored by Martin Wortschack's avatar Martin Wortschack Committed by Kushal Pandya

Resolve "Productivity Analytics: No labels on the last column of the column chart"

parent 094f5302
......@@ -208,6 +208,13 @@ export default {
</span>
</gl-dropdown-item>
</gl-dropdown>
<p class="text-muted">
{{
__(
'Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited.',
)
}}
</p>
<gl-column-chart
:data="{ full: getChartData(chartKeys.timeBasedHistogram) }"
:option="getColumnChartOption(chartKeys.timeBasedHistogram)"
......@@ -266,6 +273,13 @@ export default {
</span>
</gl-dropdown-item>
</gl-dropdown>
<p class="text-muted">
{{
__(
'Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited.',
)
}}
</p>
<gl-column-chart
:data="{ full: getChartData(chartKeys.commitBasedHistogram) }"
:option="getColumnChartOption(chartKeys.commitBasedHistogram)"
......
......@@ -10367,6 +10367,9 @@ msgstr ""
msgid "None"
msgstr ""
msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
msgstr ""
msgid "Not available"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment