Ignore:
Timestamp:
10/21/21 23:45:59 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
4b7e2d3
Parents:
6b95845
Message:

added fileTypes controller, notifications, excel export, edited views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/vendors/charts/apex/apexcharts.amd.js

    r6b95845 rc6b84df  
    2980829808
    2980929809        // If the target is an svg element, use that element as the main wrapper.
    29810         // This allows svg.js to work with svg documents as well.
     29810        // This allows svg.js to work with svg folders as well.
    2981129811        if (element.nodeName == 'svg') {
    2981229812          this.constructor.call(this, element);
     
    3250732507        if (options.transform && obj.css) {
    3250832508            result = typeof options.transform === 'function'
    32509                  ? options.transform(obj.css) 
     32509                 ? options.transform(obj.css)
    3251032510                 : options.transform.default(obj.css);
    3251132511
Note: See TracChangeset for help on using the changeset viewer.