chartformers 1.0.37 → 1.0.38
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/LICENSE +2 -2
- package/dist/chartformers.css +1 -1
- package/dist/chartformers.es.js +1648 -1629
- package/dist/chartformers.umd.js +15 -19
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -13,8 +13,8 @@ Non-commercial use includes:
|
|
|
13
13
|
|
|
14
14
|
Commercial use (including in profit-generating applications, SaaS, internal business tools, or any revenue-derived products) requires a paid commercial license.
|
|
15
15
|
|
|
16
|
-
To obtain a commercial license, contact petrandorichard@gmail.com or visit [your licensing page URL].
|
|
16
|
+
To obtain a commercial license, contact petrandorichard@gmail.com or visit [to be announced: your licensing page URL].
|
|
17
17
|
|
|
18
18
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
19
19
|
|
|
20
|
-
For full terms and commercial licensing options, see [link to your site/docs].
|
|
20
|
+
For full terms and commercial licensing options, see [to be announced: link to your site/docs].
|
package/dist/chartformers.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._tooltip_4lu3m_3{max-width:18rem;background-color:#141414eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.75rem .85rem;border-radius:.5rem;box-shadow:0 4px 12px #0006;pointer-events:none;color:#f0f0f0;line-height:1.35;position:fixed}._tooltip_4lu3m_3:before,._tooltip_4lu3m_3:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:0;height:0;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}._tooltip--arrow-up_4lu3m_73:before{bottom:100%;margin-bottom:-1px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid rgba(20,20,20,.92)}._tooltip--arrow-down_4lu3m_101:after{top:100%;margin-top:-1px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid rgba(20,20,20,.92)}@media(min-width:768px){._tooltip_4lu3m_3{background-color:#141414d9}._tooltip--arrow-up_4lu3m_73:before{border-bottom-color:#141414d9}._tooltip--arrow-down_4lu3m_101:after{border-top-color:#141414d9}}@media(min-width:1024px){._tooltip_4lu3m_3{background-color:#141414bf}._tooltip--arrow-up_4lu3m_73:before{border-bottom-color:#141414bf}._tooltip--arrow-down_4lu3m_101:after{border-top-color:#141414bf}}._tooltip_4lu3m_3 ._title_4lu3m_167{font-weight:600;text-align:center;font-size:.9rem;margin-bottom:.25rem;color:#fff}@media(min-width:768px){._tooltip_4lu3m_3 ._title_4lu3m_167{font-weight:700;font-size:1rem}}text-small{font-size:.75rem;font-weight:600;margin:.15rem 0;color:#e5e5e5}@media(min-width:768px){._text-small_4lu3m_213{font-size:.875rem}}._right-label_4lu3m_225{font-size:.75rem;font-weight:600;text-align:right;margin:.15rem 0;color:#e7e7e7}@media(min-width:768px){._right-label_4lu3m_225{font-size:.875rem}}._controls-
|
|
1
|
+
._tooltip_4lu3m_3{max-width:18rem;background-color:#141414eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.75rem .85rem;border-radius:.5rem;box-shadow:0 4px 12px #0006;pointer-events:none;color:#f0f0f0;line-height:1.35;position:fixed}._tooltip_4lu3m_3:before,._tooltip_4lu3m_3:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:0;height:0;pointer-events:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}._tooltip--arrow-up_4lu3m_73:before{bottom:100%;margin-bottom:-1px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid rgba(20,20,20,.92)}._tooltip--arrow-down_4lu3m_101:after{top:100%;margin-top:-1px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid rgba(20,20,20,.92)}@media(min-width:768px){._tooltip_4lu3m_3{background-color:#141414d9}._tooltip--arrow-up_4lu3m_73:before{border-bottom-color:#141414d9}._tooltip--arrow-down_4lu3m_101:after{border-top-color:#141414d9}}@media(min-width:1024px){._tooltip_4lu3m_3{background-color:#141414bf}._tooltip--arrow-up_4lu3m_73:before{border-bottom-color:#141414bf}._tooltip--arrow-down_4lu3m_101:after{border-top-color:#141414bf}}._tooltip_4lu3m_3 ._title_4lu3m_167{font-weight:600;text-align:center;font-size:.9rem;margin-bottom:.25rem;color:#fff}@media(min-width:768px){._tooltip_4lu3m_3 ._title_4lu3m_167{font-weight:700;font-size:1rem}}text-small{font-size:.75rem;font-weight:600;margin:.15rem 0;color:#e5e5e5}@media(min-width:768px){._text-small_4lu3m_213{font-size:.875rem}}._right-label_4lu3m_225{font-size:.75rem;font-weight:600;text-align:right;margin:.15rem 0;color:#e7e7e7}@media(min-width:768px){._right-label_4lu3m_225{font-size:.875rem}}._controls-container_6kkmf_1,._controls-container-sm_6kkmf_1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:#fffc;border-bottom:1px solid #ddd;z-index:10;overflow:hidden}._controls-container_6kkmf_1{padding:.5rem 1rem 0}._controls-container-sm_6kkmf_1{padding:.4rem .8rem 0}._fill-container_6kkmf_39{flex:1;width:100%;height:100%;overflow:hidden;overflow-y:visible}._controls-container_6kkmf_1 ._controls-label_6kkmf_55,._controls-container-sm_6kkmf_1 ._controls-label_6kkmf_55{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:#333;padding-top:0}._controls-container_6kkmf_1 ._controls-label_6kkmf_55{font-size:.9rem;font-weight:500;height:50px}._controls-container-sm_6kkmf_1 ._controls-label_6kkmf_55{font-size:.7rem;font-weight:500;height:40px}._disabled_6kkmf_99{opacity:.5;pointer-events:none}._controls-container_6kkmf_1 ._controls-checkbox_6kkmf_109,._controls-container-sm_6kkmf_1 ._controls-checkbox_6kkmf_109{cursor:pointer;accent-color:#007bff}._controls-container_6kkmf_1 ._controls-checkbox_6kkmf_109{width:16px;height:16px}._controls-container-sm_6kkmf_1 ._controls-checkbox_6kkmf_109{width:12px;height:12px}._chart-svg_6kkmf_139{position:relative;display:block}._rotatedAxisText_1tba7_1{text-anchor:start;transform:rotate(25deg)}._axisText_1tba7_11{text-anchor:middle;transform:rotate(0)}._value-axis_1tba7_21 path{display:none}._value-axis_1tba7_21 line{stroke:#d6d3d1;stroke-width:1.5px;shape-rendering:crispEdges}._legend_7ftsg_1,._legend-active_7ftsg_1{display:flex;align-items:center;min-width:14px;height:16px;gap:8px;position:absolute;cursor:pointer}._legend-rect_7ftsg_21{width:14px;height:14px;border-radius:4px;flex-shrink:0}._legend-label_7ftsg_35{white-space:nowrap}@media screen and (max-width:480px){._legend_7ftsg_1,._legend-active_7ftsg_1{font-size:12px;height:14px;gap:6px}._legend-rect_7ftsg_21{width:12px;height:12px;border-radius:3px}}._legend-active_7ftsg_1 ._legend-rect_7ftsg_21{border:1.5px solid #3b82f6}._pieSlice_7ftsg_77{stroke:#f0f8ff;stroke-width:.25}._pieSliceNotHovered_7ftsg_87{stroke:#f0f8ff;stroke-width:2;animation-name:_animateNotHovered_7ftsg_1;animation-duration:.5s;animation-fill-mode:forwards}@keyframes _animateNotHovered_7ftsg_1{0%{opacity:1}to{opacity:.55}}._pieSliceExit_7ftsg_111{stroke:#f0f8ff;stroke-width:.25;pointer-events:none;animation-name:_animateHide_7ftsg_1;animation-duration:1s;animation-fill-mode:forwards}._pieLabelEnter_7ftsg_129{font:14px Helvetica Neue,Helvetica,Arial,sans-serif;text-anchor:middle;text-shadow:0 1px 0 rgb(238,244,238),1px 0 0 rgb(238,244,238),-1px 0 0 rgb(238,244,238),0 -1px 0 rgb(238,244,238);pointer-events:none;opacity:0;animation-name:_showText_7ftsg_1;animation-duration:1s;animation-delay:1s;animation-fill-mode:forwards}._pieLabelUnhover_7ftsg_153{font:14px Helvetica Neue,Helvetica,Arial,sans-serif;text-anchor:middle;text-shadow:0 1px 0 rgb(238,244,238),1px 0 0 rgb(238,244,238),-1px 0 0 rgb(238,244,238),0 -1px 0 rgb(238,244,238);pointer-events:none;animation-name:_showText_7ftsg_1;animation-duration:1s;animation-fill-mode:forwards}@keyframes _showText_7ftsg_1{0%{opacity:0}to{opacity:1}}._pieLabelUpdate_7ftsg_183{font:14px Helvetica Neue,Helvetica,Arial,sans-serif;text-anchor:middle;text-shadow:0 1px 0 rgb(238,244,238),1px 0 0 rgb(238,244,238),-1px 0 0 rgb(238,244,238),0 -1px 0 rgb(238,244,238);pointer-events:none}._pieLabelExit_7ftsg_197{font:14px Helvetica Neue,Helvetica,Arial,sans-serif;text-anchor:middle;text-shadow:0 1px 0 rgb(238,244,238),1px 0 0 rgb(238,244,238),-1px 0 0 rgb(238,244,238),0 -1px 0 rgb(238,244,238);pointer-events:none;animation-name:_animateHide_7ftsg_1;animation-duration:.25s;animation-fill-mode:forwards}@keyframes _animateHide_7ftsg_1{0%{opacity:1}to{opacity:0}}._legends-container_aemvq_1{display:flex;flex-direction:row;align-items:center;gap:6px;position:relative;width:100%;overflow-y:hidden;overflow-x:auto;padding:0 8px;height:53px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}._legends-container_aemvq_1::-webkit-scrollbar{height:6px}._legends-container_aemvq_1::-webkit-scrollbar-track{background:transparent}._legends-container_aemvq_1::-webkit-scrollbar-thumb{background:#bbb;border-radius:3px}._legend-container_aemvq_61,._legend-container-active_aemvq_61,._legend-container-inactive_aemvq_61,._legend-container-sm_aemvq_63,._legend-container-active-sm_aemvq_63,._legend-container-inactive-sm_aemvq_63{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer;border:"1px solid #ccc";text-align:center;position:absolute}._legend-container_aemvq_61,._legend-container-active_aemvq_61,._legend-container-inactive_aemvq_61{width:80px;height:53px}._legend-container-sm_aemvq_63,._legend-container-active-sm_aemvq_63,._legend-container-inactive-sm_aemvq_63{width:50px;height:40px}._legend-container_aemvq_61,._legend-container-inactive_aemvq_61,._legend-container-sm_aemvq_63,._legend-container-inactive-sm_aemvq_63{padding-top:3px}._legend-container-active_aemvq_61,._legend-container-active-sm_aemvq_63{padding-top:1px}._legend-rect_aemvq_125{border:1px solid #ccc;transition:all .2s ease-in-out}._legend-container_aemvq_61 ._legend-rect_aemvq_125,._legend-container-active_aemvq_61 ._legend-rect_aemvq_125,._legend-container-inactive_aemvq_61 ._legend-rect_aemvq_125{border-radius:4px;width:16px;height:16px}._legend-container-sm_aemvq_63 ._legend-rect_aemvq_125,._legend-container-active-sm_aemvq_63 ._legend-rect_aemvq_125,._legend-container-inactive-sm_aemvq_63 ._legend-rect_aemvq_125{border-radius:2px;width:12px;height:12px}._legend-label_aemvq_159{color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center;transition:all .2s ease-in-out}._legend-container_aemvq_61 ._legend-label_aemvq_159,._legend-container-active_aemvq_61 ._legend-label_aemvq_159,._legend-container-inactive_aemvq_61 ._legend-label_aemvq_159{font-size:12px}._legend-container-sm_aemvq_63 ._legend-label_aemvq_159,._legend-container-active-sm_aemvq_63 ._legend-label_aemvq_159,._legend-container-inactive-sm_aemvq_63 ._legend-label_aemvq_159{font-size:10px}@media(min-width:768px){._legend-label_aemvq_159{white-space:normal;word-break:break-word;font-size:.85rem}}._legend-container_aemvq_61:hover ._legend-label_aemvq_159,._legend-container-sm_aemvq_63:hover ._legend-label_aemvq_159{font-weight:600}._legend-container_aemvq_61:hover ._legend-rect_aemvq_125{width:18px;height:18px;border:1.5px solid #007bff}._legend-container-sm_aemvq_63:hover ._legend-rect_aemvq_125{width:14px;height:14px;border:1.5px solid #007bff}._legend-container-active_aemvq_61 ._legend-rect_aemvq_125{border:2px solid #007bff;width:18px;height:18px}._legend-container-active-sm_aemvq_63 ._legend-rect_aemvq_125{border:2px solid #007bff;width:14px;height:14px}._legend-container-active_aemvq_61 ._legend-label_aemvq_159,._legend-container-active-sm_aemvq_63 ._legend-label_aemvq_159{font-weight:700}._rect_aemvq_277,._rectCard_aemvq_277{stroke-width:1;stroke:#0d9488}._rect_aemvq_277{stroke-width:1.5}._rectLegendNotHovered_aemvq_297{stroke-width:0}._legend_aemvq_1,._rectCard_aemvq_277{transition:stroke-width;transition-duration:.25s}._rect_aemvq_277:hover{stroke-width:1.5}._rectCard_aemvq_277:hover,._legend_aemvq_1:hover{stroke-width:1}._rect_aemvq_277:hover,._rectCard_aemvq_277:hover,._legend_aemvq_1:hover,._rectHoveredLegend_aemvq_333{stroke:#3f3f46;stroke-dasharray:none}._rectCardLegendHovered_aemvq_343{stroke:#0d9488;stroke-width:1;stroke-dasharray:none}._rectLegendHovered_aemvq_355{stroke:#0d9488;stroke-width:2;stroke-dasharray:none}._rectLegendNotHovered_aemvq_297{stroke:transparent;stroke-width:2}._rotatedAxisText_aemvq_377{text-anchor:start;transform:rotate(25deg)}._axisText_aemvq_387{text-anchor:middle;transform:rotate(0)}._hoveredAxisText_aemvq_397{font-weight:700}._yAxisLabel_aemvq_411{font: 14px Roboto;fill:#0891b2}._value-axis_aemvq_421 path{display:none}._value-axis_aemvq_421 line{stroke:#d6d3d1;stroke-width:1.5px;shape-rendering:crispEdges}
|