JSFiddle

wholypantalones's public fiddles

  • c59u7x0y

    No-Library (pure JS), HTML, CSS, JavaScript

  • TypeScript

    No-Library (pure JS), HTML, CSS, JavaScript

  • Template

    No-Library (pure JS), HTML, CSS, JavaScript

  • 4fvy5tnr

    No-Library (pure JS), HTML, CSS, JavaScript

  • Angular CTRL

    AngularJS 1.4.8, HTML, CSS, JavaScript

  • Amcharts Colors Issue

    https://github.com/GrantMStevens/amCharts-Angular/issues/34

  • Angular CTRL

    Split a url and join it

  • mf418zhk

    AngularJS 1.4.8, HTML, CSS, JavaScript

  • GET THE HEIGHT!!

    jQuery 3.3.1, HTML, CSS, JavaScript

  • Multiple Value Axes

    All of our charts with value axes (serial, xy, radar, angular gauge) can have any number of them. The example above has three value axes - two on the left and one on the right. You can set offset for value axis so that they wouldn't overlap in case you have more than one on the same side. You can easily hide all the assets of one of your axis and use it for creating more complicated charts. Value axes on our charts can even by synchronized using a predefined synchronization multiplier. <h4>Synchronizing grid lines</h4> If you set <strong>synchronizeGrid</strong> property of AmSerialChart to <strong>true</strong>, the chart will adjust minimum and maximum of axes so that the grid would be show at equal intervals. This helps users to compare values more easily.

  • Multiple Value Axes

    All of our charts with value axes (serial, xy, radar, angular gauge) can have any number of them. The example above has three value axes - two on the left and one on the right. You can set offset for value axis so that they wouldn't overlap in case you have more than one on the same side. You can easily hide all the assets of one of your axis and use it for creating more complicated charts. Value axes on our charts can even by synchronized using a predefined synchronization multiplier. <h4>Synchronizing grid lines</h4> If you set <strong>synchronizeGrid</strong> property of AmSerialChart to <strong>true</strong>, the chart will adjust minimum and maximum of axes so that the grid would be show at equal intervals. This helps users to compare values more easily.

  • Multiple Data Sets

    Stock chart is a great tool which will save your time. It is designed to work mostly with financial data, but can be used for other purposes as well. Our Stock chart supports multiple data sets and has a ready to use data set selector (at the left, although you can adjust position to your needs). Data sets might be compared one to another. You can compare absolute values or percent values, as this is quite an often practice when dealing with prices of securities or stocks. <h2>Data grouping into longer periods</h2> If you roll-over the chart so that chart cursor would appear, you will notice that each data point represents one day. This is quite expected, as we provided daily data for this chart. Now, zoom-out to "year" view by clicking on the 1 year button at the bottom and roll over the chart again – now, data points jump at 7 days (one week) interval. Again, zoom-out to the max so that all the data is visible. One data point represents one month now! Did we had to provide data for the different periods? No, the chart did all the grouping itself. We recommend reading <a href="https://www.amcharts.com/kbase/understanding-data-grouping-of-stock-chart/">Understanding data grouping tutorial</a> to get more information about this great feature.

  • Animated gauge

    This demo shows how to implement dynamic, good-looking dashboards. The gradient fill of the GaugeBand is achieved via <a href="http://docs.amcharts.com/3/javascriptcharts/GaugeBand#gradientRatio"><code>gradientRatio</code></a> setting. The arrow and band angle is updated via <a href="http://docs.amcharts.com/3/javascriptcharts/GaugeArrow#setValue"><code>setValue()</code></a> and <a href="http://docs.amcharts.com/3/javascriptcharts/GaugeBand#setStartValue"><code>setStartValue()</code></a> / <a href="http://docs.amcharts.com/3/javascriptcharts/GaugeBand#setEndValue"><code>setEndValue()</code></a> API functions respectively.

  • Angular EXIFjs

    Get exif data from image upload

  • Random color generator

    AngularJS 1.4.8, HTML, CSS, JavaScript

  • Email Address Validation

    Angular email address validation

  • Array Map Weight

    Map an array for weight and return the total combined weight of all items

  • Array of years ES6

    Create an array of years

  • Lc6j20mr

    AngularJS 1.2.1, HTML, CSS, JavaScript