SYMBOL INDEX (192 symbols across 46 files) FILE: app/assets/javascripts/echarts/extension/bmap.js function BMapCoordSys (line 27) | function BMapCoordSys(bmap, api) { function dataToCoordSize (line 102) | function dataToCoordSize(dataSize, dataItem) { function createOverlayCtor (line 118) | function createOverlayCtor() { function v2Equal (line 216) | function v2Equal(a, b) { function isEmptyObject (line 246) | function isEmptyObject(obj) { function zoomEndHandler (line 286) | function zoomEndHandler() { FILE: app/assets/javascripts/echarts/extension/dataTool.js function map (line 59) | function map(arr, cb, context) { function reduce (line 77) | function reduce(arr, cb, memo, context) { function bindPolyfill (line 86) | function bindPolyfill(func, context) { function isFunction (line 98) | function isFunction(value) { function slice (line 101) | function slice(arr) { function parse (line 109) | function parse(xml) { function parseAttributes (line 135) | function parseAttributes(parent) { function parseNodes (line 144) | function parseNodes(parent, attributesMap) { function parseEdges (line 203) | function parseEdges(parent) { function getAttr (line 234) | function getAttr(el, attrName) { function getChildByTagName (line 237) | function getChildByTagName(parent, tagName) { function getChildrenByTagName (line 248) | function getChildrenByTagName(parent, tagName) { function asc (line 307) | function asc(arr) { function quantile (line 313) | function quantile(ascArr, p) { function prepareBoxplotData (line 346) | function prepareBoxplotData (rawData, opt) { FILE: app/assets/javascripts/echarts/theme/tool/thumb.js function wait (line 25) | async function wait(time) { function snapshot (line 31) | async function snapshot(browser, themePath) { FILE: lib/rails_charts.rb type RailsCharts (line 23) | module RailsCharts function js (line 29) | def js(code) FILE: lib/rails_charts/area_chart.rb type RailsCharts (line 1) | module RailsCharts class AreaChart (line 2) | class AreaChart < LineChart method defaults (line 4) | def defaults method x_axis (line 24) | def x_axis FILE: lib/rails_charts/bar_chart.rb type RailsCharts (line 1) | module RailsCharts class BarChart (line 2) | class BarChart < LineChart method type (line 4) | def type method defaults (line 8) | def defaults FILE: lib/rails_charts/base_chart.rb type RailsCharts (line 1) | module RailsCharts class BaseChart (line 2) | class BaseChart method initialize (line 12) | def initialize(data, options = {}) method js_code (line 34) | def js_code method option (line 95) | def option method build_options (line 101) | def build_options method axises (line 113) | def axises method x_axis (line 127) | def x_axis method y_axis (line 131) | def y_axis FILE: lib/rails_charts/calendar_chart.rb type RailsCharts (line 1) | module RailsCharts class CalendarChart (line 2) | class CalendarChart < BaseChart method initialize (line 5) | def initialize(data, options = {}) method type (line 9) | def type method build_options (line 13) | def build_options method generate_series_options (line 17) | def generate_series_options method defaults (line 25) | def defaults FILE: lib/rails_charts/candlestick_chart.rb type RailsCharts (line 1) | module RailsCharts class CandlestickChart (line 2) | class CandlestickChart < LineChart method type (line 4) | def type method defaults (line 8) | def defaults FILE: lib/rails_charts/custom_chart.rb type RailsCharts (line 1) | module RailsCharts class CustomChart (line 2) | class CustomChart < BaseChart method initialize (line 4) | def initialize(data, options = {}) method build_options (line 9) | def build_options FILE: lib/rails_charts/donut_chart.rb type RailsCharts (line 1) | module RailsCharts class DonutChart (line 2) | class DonutChart < PieChart method initialize (line 4) | def initialize(data, options = {}) method generate_series_options (line 8) | def generate_series_options method defaults (line 15) | def defaults FILE: lib/rails_charts/engine.rb type RailsCharts (line 1) | module RailsCharts class Engine (line 2) | class Engine < ::Rails::Engine FILE: lib/rails_charts/funnel_chart.rb type RailsCharts (line 1) | module RailsCharts class FunnelChart (line 2) | class FunnelChart < BaseChart method type (line 4) | def type method build_options (line 8) | def build_options method generate_series_options (line 12) | def generate_series_options method defaults (line 19) | def defaults FILE: lib/rails_charts/gauge_chart.rb type RailsCharts (line 1) | module RailsCharts class GaugeChart (line 2) | class GaugeChart < BaseChart method type (line 4) | def type method build_options (line 8) | def build_options method generate_series_options (line 12) | def generate_series_options method defaults (line 19) | def defaults FILE: lib/rails_charts/helpers.rb type RailsCharts (line 4) | module RailsCharts type Helpers (line 5) | module Helpers function line_chart (line 7) | def line_chart(data, options = {}) function bar_chart (line 11) | def bar_chart(data, options = {}) function stacked_bar_chart (line 15) | def stacked_bar_chart(data, options = {}) function pie_chart (line 19) | def pie_chart(data, options = {}) function scatter_chart (line 23) | def scatter_chart(data, options = {}) function parallel_chart (line 27) | def parallel_chart(data, options = {}) function donut_chart (line 31) | def donut_chart(data, options = {}) function sankey_chart (line 35) | def sankey_chart(data, options = {}) function area_chart (line 39) | def area_chart(data, options = {}) function radar_chart (line 43) | def radar_chart(data, options = {}) function calendar_chart (line 47) | def calendar_chart(data, options = {}) function funnel_chart (line 51) | def funnel_chart(data, options = {}) function gauge_chart (line 55) | def gauge_chart(data, options = {}) function candlestick_chart (line 59) | def candlestick_chart(data, options = {}) function custom_chart (line 63) | def custom_chart(options = {}) function generate_rails_chart (line 67) | def generate_rails_chart(klass, data, options = {}) FILE: lib/rails_charts/javascript.rb type RailsCharts (line 1) | module RailsCharts class Javascript (line 2) | class Javascript method initialize (line 5) | def initialize(code) method as_json (line 9) | def as_json(options = nil) FILE: lib/rails_charts/line_chart.rb type RailsCharts (line 1) | module RailsCharts class LineChart (line 2) | class LineChart < BaseChart method initialize (line 4) | def initialize(data, options = {}) method type (line 8) | def type method x (line 12) | def x method y (line 23) | def y method generate_series_options (line 32) | def generate_series_options method x_axis (line 51) | def x_axis method y_axis (line 58) | def y_axis method defaults (line 64) | def defaults FILE: lib/rails_charts/parallel_chart.rb type RailsCharts (line 1) | module RailsCharts class ParallelChart (line 2) | class ParallelChart < BaseChart method type (line 4) | def type method build_options (line 8) | def build_options method generate_series_options (line 12) | def generate_series_options method defaults (line 19) | def defaults FILE: lib/rails_charts/pie_chart.rb type RailsCharts (line 1) | module RailsCharts class PieChart (line 2) | class PieChart < LineChart method type (line 4) | def type method build_options (line 8) | def build_options method generate_series_options (line 12) | def generate_series_options method x_axis (line 26) | def x_axis method y_axis (line 30) | def y_axis method defaults (line 34) | def defaults FILE: lib/rails_charts/radar_chart.rb type RailsCharts (line 1) | module RailsCharts class RadarChart (line 2) | class RadarChart < BaseChart method type (line 4) | def type method build_options (line 8) | def build_options method radar (line 12) | def radar method generate_series_options (line 20) | def generate_series_options method defaults (line 27) | def defaults FILE: lib/rails_charts/ruby_ext.rb type RailsCharts (line 1) | module RailsCharts type RubyExt (line 3) | module RubyExt function deep_merge (line 6) | def deep_merge(other) function complex_merge (line 12) | def complex_merge(other) FILE: lib/rails_charts/sankey_chart.rb type RailsCharts (line 1) | module RailsCharts class SankeyChart (line 2) | class SankeyChart < BaseChart method type (line 4) | def type method build_options (line 8) | def build_options method generate_series_options (line 12) | def generate_series_options method defaults (line 20) | def defaults FILE: lib/rails_charts/scatter_chart.rb type RailsCharts (line 1) | module RailsCharts class ScatterChart (line 2) | class ScatterChart < LineChart method type (line 4) | def type method defaults (line 15) | def defaults method x_axis (line 25) | def x_axis method y_axis (line 29) | def y_axis FILE: lib/rails_charts/stacked_bar_chart.rb type RailsCharts (line 1) | module RailsCharts class StackedBarChart (line 2) | class StackedBarChart < BarChart method defaults (line 4) | def defaults FILE: lib/rails_charts/version.rb type RailsCharts (line 1) | module RailsCharts FILE: lib/tasks/rails_charts_tasks.rake function run_rails_charts_install_template (line 1) | def run_rails_charts_install_template(path) FILE: test/dummy/app/channels/application_cable/channel.rb type ApplicationCable (line 1) | module ApplicationCable class Channel (line 2) | class Channel < ActionCable::Channel::Base FILE: test/dummy/app/channels/application_cable/connection.rb type ApplicationCable (line 1) | module ApplicationCable class Connection (line 2) | class Connection < ActionCable::Connection::Base FILE: test/dummy/app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: test/dummy/app/controllers/home_controller.rb class HomeController (line 1) | class HomeController < ApplicationController method index (line 2) | def index FILE: test/dummy/app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper FILE: test/dummy/app/helpers/home_helper.rb type HomeHelper (line 1) | module HomeHelper FILE: test/dummy/app/jobs/application_job.rb class ApplicationJob (line 1) | class ApplicationJob < ActiveJob::Base FILE: test/dummy/app/mailers/application_mailer.rb class ApplicationMailer (line 1) | class ApplicationMailer < ActionMailer::Base FILE: test/dummy/app/models/account.rb class Account (line 11) | class Account < ApplicationRecord method populate (line 16) | def Account.populate FILE: test/dummy/app/models/application_record.rb class ApplicationRecord (line 1) | class ApplicationRecord < ActiveRecord::Base FILE: test/dummy/app/models/commit.rb class Commit (line 1) | class Commit < ApplicationRecord method generate_random_data (line 3) | def Commit.generate_random_data method for_calendar_chart (line 27) | def Commit.for_calendar_chart FILE: test/dummy/app/models/data.rb class Data (line 1) | class Data method populate (line 2) | def Data.populate FILE: test/dummy/app/models/data_point.rb class DataPoint (line 9) | class DataPoint < ApplicationRecord method generate (line 11) | def DataPoint.generate(n = 1000) method data_set (line 23) | def DataPoint.data_set(n = 1000) method data_for_candlestick (line 32) | def DataPoint.data_for_candlestick FILE: test/dummy/app/models/stat.rb class Stat (line 12) | class Stat < ApplicationRecord method populate (line 14) | def Stat.populate FILE: test/dummy/app/models/user.rb class User (line 15) | class User < ApplicationRecord method get_data_for_radar_chart (line 17) | def User.get_data_for_radar_chart method get_funnel_sample_data (line 36) | def User.get_funnel_sample_data method get_gauge_sample_data (line 48) | def User.get_gauge_sample_data method custom_gause_data (line 56) | def User.custom_gause_data method random_scatter_chart (line 169) | def User.random_scatter_chart(initial = 100, shift = 0) FILE: test/dummy/config/application.rb type Dummy (line 10) | module Dummy class Application (line 11) | class Application < Rails::Application FILE: test/dummy/db/migrate/20220419161820_create_users.rb class CreateUsers (line 3) | class CreateUsers < ActiveRecord::Migration[7.0] method up (line 4) | def up method down (line 24) | def down FILE: test/dummy/db/migrate/20220420081306_create_stats.rb class CreateStats (line 3) | class CreateStats < ActiveRecord::Migration[7.0] method change (line 4) | def change FILE: test/dummy/db/migrate/20220420125847_create_data_points.rb class CreateDataPoints (line 1) | class CreateDataPoints < ActiveRecord::Migration[7.0] method change (line 2) | def change FILE: test/dummy/db/migrate/20220420191641_create_commits.rb class CreateCommits (line 1) | class CreateCommits < ActiveRecord::Migration[7.0] method change (line 2) | def change