Sha256: 9bb025de1cac6098a17d76aa46014f93738cabbd5c6d6f2aa5012f90a2061e32
Contents?: true
Size: 345 Bytes
Versions: 4
Compression:
Stored size: 345 Bytes
Contents
import Grapher from 'grapher'; class Graph { static canCollapse() { return false; } static name() { return null; } static className() { return null; } static dataName(_props) { return null; } static graphId() { return null; } } export default Grapher(Graph);
Version data entries
4 entries across 4 versions & 1 rubygems