Dash

 view release on metacpan or  search on metacpan

examples/tutorial/02-Layout/data_frame.pl  view on Meta::CPAN

39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
                        marker => {
                            size => 15,
                            line => {width => 0.5, color => 'white'}
                        },
                        name => $_,
                        }} @{$df->at('continent')->uniq->unpdl}],
                layout => {
                    xaxis  => { type  => 'log', title => 'GDP Per Capita' },
                    yaxis  => { title => 'Life Expectancy' },
                    margin => { l     => 40, b => 40, t => 10, r => 10 },
                    legend => { x     => 0, y => 1 },
                    hovermode => 'closest'
                }
            }
        )
    )
);
 
$app->run_server();

examples/tutorial/03-Basic_Callbacks/slider.pl  view on Meta::CPAN

71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
        return {
            data   => $traces,
            layout => {
                xaxis => {
                    type  => 'log',
                    title => 'GDP Per Capita',
                    range => [ 2.3, 4.8 ]
                },
                yaxis => { title => 'Life Expectancy', range => [ 20, 90 ] },
                margin => { l => 40, b => 40, t => 10, r => 10 },
                legend => { x => 0,  y => 1 },
                hovermode  => 'closest',
                transition => { duration => 500 },
            }
        };
    }
);
 
$app->run_server();

examples/tutorial/05-Interactive_Visualizations/basic_interactions.pl  view on Meta::CPAN

79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
               ],
               className => 'three columns'
           ),
           html->Div(
               [
                  dcc->Markdown( "
                        **Zoom and Relayout Data**
 
                        Click and drag on the graph to zoom or click on the zoom
                        buttons in the graph's menu bar.
                        Clicking on legend items will also fire
                        this event.                               
                        " ),
                  html->Pre( id => 'relayout-data', style => $styles{pre} )
               ],
               className => 'three columns'
           ),
 
       ]
   )
]

share/assets/dash_core_components/async~markdown.js  view on Meta::CPAN

1
2
3
/*! For license information please see async~markdown.js.LICENSE */
(window.webpackJsonpdash_core_components=window.webpackJsonpdash_core_components||[]).push([[4],{203:function(t,e,n){"use strict";t.exports=function(t){return i.test("number"==typeof t?r(t):t.charAt(0))};var r=String.fromCharCode,i=/\s/},206:function...
//# sourceMappingURL=async~markdown.js.map

share/assets/dash_core_components/async~plotlyjs.js  view on Meta::CPAN

1
(window.webpackJsonpdash_core_components=window.webpackJsonpdash_core_components||[]).push([[5],{685:function(t,e){!function(r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define([],r):("undefined"!=typeof windo...

share/assets/dash_core_components/dash_core_components.min.js  view on Meta::CPAN

1
2
3
/*! For license information please see dash_core_components.min.js.LICENSE */
window.dash_core_components=function(e){function t(t){for(var n,o,a=t[0],i=t[1],s=0,l=[];s<a.length;s++)o=a[s],Object.prototype.hasOwnProperty.call(r,o)&&r[o]&&l.push(r[o][0]),r[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);f...
//# sourceMappingURL=dash_core_components.min.js.map

share/assets/dash_core_components/dash_core_components.min.js.map  view on Meta::CPAN

share/assets/dash_core_components/plotly.min.js  view on Meta::CPAN

1
2
3
4
5
6
7
/**
* plotly.js v1.51.3
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
*/
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self...

share/assets/dash_html_components/dash_html_components.min.js  view on Meta::CPAN

1
2
window.dash_html_components=function(t){var e={};function n(a){if(e[a])return e[a].exports;var r=e[a]={i:a,l:!1,exports:{}};return t[a].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.definePrope...
//# sourceMappingURL=dash_html_components.min.js.map

share/assets/dash_html_components/dash_html_components.min.js.map  view on Meta::CPAN

share/assets/dash_table/async~table.js  view on Meta::CPAN

2
3
4
5
6
7
8
9
10
11
12
13
/*!
  Copyright (c) 2018 Jed Watson.
  Licensed under the MIT License (MIT), see
*/
var Pr=function(e){return"string"==typeof e?e:null!==e&&JSON.stringify(e)||""},Tr=cr.a.oneOfType([cr.a.string,cr.a.node]),Mr=cr.a.oneOfType([cr.a.string,cr.a.number]),Fr=1,Dr=function(e,t){var n=void 0===e?"undefined":wr(e);if("string"!==n&&"number"!...
/*!
  Copyright (c) 2017 Jed Watson.
  Licensed under the MIT License (MIT), see
*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var i=o.apply(null,r);i&&e.pu...
//# sourceMappingURL=async~table.js.map

share/assets/dash_table/async~table.js.map  view on Meta::CPAN



( run in 1.181 second using v1.01-cache-2.11-cpan-49f99fa48dc )