UNPKG

c3

Version:

D3-based reusable chart library

11 lines (9 loc) 314 B
import { ChartInternal } from './core' ChartInternal.prototype.isSafari = function() { var ua = window.navigator.userAgent return ua.indexOf('Safari') >= 0 && ua.indexOf('Chrome') < 0 } ChartInternal.prototype.isChrome = function() { var ua = window.navigator.userAgent return ua.indexOf('Chrome') >= 0 }