The Wayback Machine - https://web.archive.org/web/20211112155932/https://github.com/topics/dashboards
Skip to content
#

dashboards

Here are 404 public repositories matching this topic...

bhavyarm
bhavyarm commented Nov 10, 2021

Kibana version: 7.16.0 BC3

Elasticsearch version: 7.16.0 BC3

Server OS version: darwin_x86_64

Browser version: chrome latest

Browser OS version: OS X

Original install method (e.g. download page, yum, from source, etc.): from staging

Describe the bug: Canvas should make sure variable has a value before allowing the save operation. Right now - you can

posthog
Nishant-Sagar
Nishant-Sagar commented Oct 28, 2021

Is your feature request related to a problem?

Not actually, just little tweaking can do the work

Please describe.

I think we need a password reveal (eye) button in the login page as after filling login with wrong credentials it throws the error as "Invalid email or password" so in this case a user might need to see his/her password in order to know whether his password is wrong or he

MarcSkovMadsen
MarcSkovMadsen commented Nov 7, 2021

Heischo asked how he could format the label of the DataRangeSlider. @Hoxbro answered it was not supported but a solution would be

import panel as pn
import param
from datetime import datetime

pn.extension()


class FormatDateRangeSlider(pn.widgets.DateRangeSlider):
    format = param.String(r"%m%Y")

    def _process_property_change(self, msg):
        msg = super()._pr

Improve this page

Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."

Learn more