lance-context 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dashboard/ui.js +1 -1
- package/package.json +1 -1
package/dist/dashboard/ui.js
CHANGED
|
@@ -880,7 +880,7 @@ export function getDashboardHTML() {
|
|
|
880
880
|
<div id="usageChartContainer">
|
|
881
881
|
<div class="usage-empty" id="usageEmpty">No commands executed yet</div>
|
|
882
882
|
<div id="chartWrapper">
|
|
883
|
-
<table class="charts-css column show-
|
|
883
|
+
<table class="charts-css column show-primary-axis show-data data-spacing-20" id="usage-chart" style="display: none;">
|
|
884
884
|
<tbody id="usageChartBody"></tbody>
|
|
885
885
|
</table>
|
|
886
886
|
</div>
|
package/package.json
CHANGED