npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bluecore-dashboard

v1.0.4

Published

npm install bluecore-dashboard<br> ou<br> yarn add bluecore-dashboard<br>

Downloads

3

Readme

Intalação

npm install bluecore-dashboard ou yarn add bluecore-dashboard

Demo

Demo

Como usar

<html>
<head>
    <title>Bluecore Dashboard</title>
</head>
<body>
    <div class="dashboard-wrapper" id="meudashboard"></div>
    <div class="filterForm">
        <!-- filter enter here-->
        <div class="db-input-group">
            <label for="filter1">Label</label>
            <input type="text" name="filter1" class="db-input" id="filter1">
        </div>
        <div class="db-input-group">
            <label for="filter2">Label</label>
            <select type="text" name="filter2" class="db-input" id="filter2">
                <option selected disabled>Selecione...</option>
                <option value="Azul">Azul</option>
            </select>
        </div>
        <div class="db-row">
            <div class="db-input-group">
                <label for="filter3">De</label>
                <select type="text" name="de" class="db-input" id="filter3">
                    <option selected disabled>Selecione...</option>
                    <option value="20-03-2020">20/03/2020</option>
                </select>
            </div>
            <div class="db-input-group">
                <label for="filter4">Até</label>
                <select type="text" name="ate" class="db-input" id="filter4">
                    <option selected disabled>Selecione...</option>
                    <option value="20-03-2020">20/03/2020</option>
                </select>
            </div>
        </div>
        <label class="divider">Selecione</label>
        <div class="db-check-group">
            <input type="checkbox" name="filter5" id="chk1">
            <label for="chk1">Selecione</label>
        </div>
        <div class="db-check-group">
            <input type="checkbox" name="filter6" id="chk2">
            <label for="chk2">Selecione</label>
        </div>
        <label class="divider">Selecione</label>
        <div class="db-check-group">
            <input type="radio" name="filter7" id="rdo1">
            <label for="rdo1">Selecione</label>
        </div>
        <div class="db-check-group">
            <input type="radio" name="filter7" id="rdo2">
            <label for="rdo2">Selecione</label>
        </div>
    </div>
    <script src="node_modules/bluecore-dashboard/dist/dashboard.js"></script>
    <script>
        Dashboard({
            el: 'meudashboard',
            json: 'data.json'
        });
    </script>
</body>
</html>

Opcoes

Modelo de Json

[

{
    "Title": "Visão Geral",
    "Chart_Type": "ribbon",
    "URL_data": "ribbon.csv",
    "Span" : "spanLine"
},
{
    "Title": "Barras Horizontais",
    "Chart_Type": "horizontalBars",
    "URL_data": "https://demo-live-data.highcharts.com/vs-load.csv",
    "Span" : "span2"
},
{
    "Title": "Barras Verticais",
    "Chart_Type": "verticalBars",
    "URL_data": "https://demo-live-data.highcharts.com/vs-load.csv",
    "Span": "spanLine"
},
{
    "Title": " Funil",
    "Chart_Type": "funnel",
    "URL_data": "https://demo-live-data.highcharts.com/vs-load.csv",
    "Span": "span2"
},
{
    "Title": "Ribbon 2",
    "Chart_Type": "ribbon",
    "URL_data": "ribbon.csv",
    "Span" : "spanLine"
},
{
    "Title": "Pizza",
    "Chart_Type": "pie",
    "URL_data": "https://demo-live-data.highcharts.com/updating-set.csv"
},
{
    "Title": "Título da Seção",
    "Chart_Type": "session"
},
{
    "Title": "Barras Horizontais",
    "Chart_Type": "horizontalBars",
    "URL_data": "https://demo-live-data.highcharts.com/vs-load.csv",
    "Span": "span2"
},
{
    "Title": "Linha",
    "Chart_Type": "line",
    "URL_data": "https://demo-live-data.highcharts.com/time-data.csv",
    "Span": "span2"
},
{
    "Title": "Área",
    "Chart_Type": "area",
    "URL_data": "https://demo-live-data.highcharts.com/vs-load.csv",
    "Span": "spanLine"
},
{
    "Title": "Barras Horizontais",
    "Chart_Type": "horizontalBars",
    "URL_data": "https://demo-live-data.highcharts.com/vs-load.csv",
    "Span": "span3"
},
{
    "Title": "Curvas",
    "Chart_Type": "spline",
    "URL_data": "https://demo-live-data.highcharts.com/time-data.csv",
    "Span": "span2"
},
{
    "Title": "Pizza",
    "Chart_Type": "pie",
    "URL_data": "https://demo-live-data.highcharts.com/updating-set.csv"
},
{
    "Title": "Pizza",
    "Chart_Type": "pie",
    "URL_data": "https://demo-live-data.highcharts.com/updating-set.csv"
},
{
    "Title": "Pizza",
    "Chart_Type": "pie",
    "URL_data": "https://demo-live-data.highcharts.com/updating-set.csv"
}

]