diff --git a/src/store/data.ts b/src/store/data.ts index 20887d1b..ce31dd2c 100644 --- a/src/store/data.ts +++ b/src/store/data.ts @@ -35,4 +35,5 @@ export const TimeRangeConfig = { backgroundColor: "white", fontSize: 14, textAlign: "center", + text: "text", }; diff --git a/src/views/dashboard/configuration/TimeRange.vue b/src/views/dashboard/configuration/TimeRange.vue index 7dc029eb..b1e29421 100644 --- a/src/views/dashboard/configuration/TimeRange.vue +++ b/src/views/dashboard/configuration/TimeRange.vue @@ -11,6 +11,15 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->