並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 80 件 / 89件

新着順 人気順

chartの検索結果41 - 80 件 / 89件

  • Chart.jsで横スクロール可能なグラフを作る - Qiita

    概要 Chart.jsでは普通にグラフを作ると画面の幅に合わせて1つのデータ当たりのサイズをレスポンシブに調整して表示してくれます. とても便利ですが,データの量が多いとかなり見づらくなってしまいます. そこでデータ1つ当たりの横幅を固定して画面に収まりきらない分は横スクロールで見えるようにしようと思いましたが,かなり苦労したのでメモを残します.参考になれば幸いです. 完成図 今回は棒グラフが必要だったので,棒グラフを作成しました. 他の種類のグラフは試していませんが,データ構造が同じようなグラフなら上手くいくと思います. 図の下にスクロールバーが描画され,スクロールバーを動かすとスクロールすることができます. (右の方はラベルしか描画されていませんが,値を入れなかっただけなので気にしないでください.) 実行環境 ブラウザ: Google Chrome Chart.js バージョン: 2.

      Chart.jsで横スクロール可能なグラフを作る - Qiita
    • GitHub - EnKrypt/Doppler: :chart_with_upwards_trend: A zero configuration remote monitoring tool designed to be better than nothing

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

        GitHub - EnKrypt/Doppler: :chart_with_upwards_trend: A zero configuration remote monitoring tool designed to be better than nothing
      • LLMと相性のいいReactのChartライブラリを考察してみた🦜

        今回はLLMと相性のいいReactのChartライブラリを探すために検証を行いました。ReactのChartライブラリといえば数多く種類が存在し、どれを採用するのがいいか迷うところです。下記のサイトはReactのChartライブラリが一覧で整理されており、これだけでも数十個候補になるライブラリがあることがわかります。 はじめに 本記事では数多くあるReactのChartライブラリの中からLLMと相性がいいライブラリを様々な観点から考察することを目的とします。 前提 LLMからChartに注入するjsonデータを生成する https://platform.openai.com/docs/guides/text-generation/json-mode レンダリングはClientで行う Vercel AI SDKではRSCを採用してServerでレンダリングしています https://sdk.

          LLMと相性のいいReactのChartライブラリを考察してみた🦜
        • DRIVE CHARTの裏側 〜 AI ☓ IoT ☓ ビッグデータを 支えるアーキテクチャ 〜

          年間40万件以上発生している交通事故。DRIVE CHARTはAIドラレコで交通事故ゼロ社会を目指すサービスです。 DRIVE CHARTを実現する上では、AIの組み込みやIoT機器によるセンシング、膨大なデータ処理といったチャレンジがありました。 このセッションではその裏側を支えるサーバサイドおよびIoT機器の事例についてご紹介します。 サーバサイドにおいては、セキュアでスケーラブルなアーキテクチャの設計、多言語・多数のコンポーネント間のマイクロサービス化、IoT機器やAIシステムとの膨大な動画・データ処理連携における工夫、OpenAPIDocumentを利用したAPI自動テストの効率化をご紹介したいと思います。 IoT機器においては、リアルタイムでのAI活用で発生した課題とその対策・検証、IoT機器の移動体通信の仕組みと通信量削減の手法について具体的な事例をご紹介したいと思います。Re

            DRIVE CHARTの裏側 〜 AI ☓ IoT ☓ ビッグデータを 支えるアーキテクチャ 〜
          • Prime Day 2021 – Two Chart-Topping Days | Amazon Web Services

            AWS News Blog Prime Day 2021 – Two Chart-Topping Days In what has now become an annual tradition (check out my 2016, 2017, 2019, and 2020 posts for a look back), I am happy to share some of the metrics from this year’s Prime Day and to tell you how AWS helped to make it happen. This year I bought all sorts of useful goodies including a Toshiba 43 Inch Smart TV that I plan to use as a MagicMirror,

              Prime Day 2021 – Two Chart-Topping Days | Amazon Web Services
            • Helm Chartの実践的活用法 | JFrog

              信頼できるソフトウェアを迅速に提供 エンドツーエンドの可視性、セキュリティ、制御の機能を提供して、信頼性の高いリリースの配信を自動化する唯一のソフトウェアサプライチェーンプラットフォームです。 DevOps、DevSecOps、MLOpsの各チームを信頼できる唯一の情報源にまとめます。

                Helm Chartの実践的活用法 | JFrog
              • GitHub - neuronetio/gantt-elastic: Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]

                <!DOCTYPE html> <html charset="utf-8"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>GanttElastic editor demo</title> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <script src="https://cdn.jsdelivr.net/npm/dayjs"></script> <script src="https://unpkg.com/gantt-elastic/dist/Ga

                  GitHub - neuronetio/gantt-elastic: Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
                • Flask matplotlibを使ってグラフを表示する方法(JavaScriptのChart.jsを使ってグラフを描画) - ふたり暮らし

                  はじめに 今回はちょっと寄り道してFlaskでグラフを表示してみます。本当はグラフのアニメーションを作りたかったのですが諦めました。あとで調べたところ、JavaScriptを使ったほうが簡単できれいに出来るみたいだったのでそちらも作成してみました。 動作環境 Windows10 Python 3.7.5 Flask 1.1.1 コード test.py from flask import Flask, render_template, make_response from io import BytesIO import urllib from matplotlib.backends.backend_agg import FigureCanvasAgg from matplotlib.figure import Figure import matplotlib.pyplot as plt i

                    Flask matplotlibを使ってグラフを表示する方法(JavaScriptのChart.jsを使ってグラフを描画) - ふたり暮らし
                  • Ten Considerations Before you Create another Chart about COVID-19

                    Teams are making ready-to-use COVID-19 datasets easily accessible for the wider data visualization and analysis community. Johns Hopkins posts frequently updated data on their github page, and Tableau has created a COVID-19 Resource Hub with the same data reshaped for use in Tableau. These public assets are immensely helpful for public health professionals and authorities responding to the epidemi

                      Ten Considerations Before you Create another Chart about COVID-19
                    • Reading a WebPageTest Waterfall Chart

                      Matt Hobbs (@TheRealNooshu) is Head of Frontend Development at the Government Digital Service (GDS), a unit of the Government of the United Kingdom's Cabinet Office tasked with transforming the provision of online public services. An experienced frontend developer, he is passionate about using his skills to build accessible and performant user interfaces. He makes a point of keeping on top of the

                        Reading a WebPageTest Waterfall Chart
                      • The Conspiracy Chart 2021

                        This chart is interactive. Click on any conspiracy to learn more about it.

                        • Chart.js で縦幅を固定、横幅のみレスポンシブに対応する | キュア子の開発ブログ

                          width と height を指定しないときのデフォルト値は width=300, height=150 です。 ブラウザの表示サイズに応じて、グラフの横幅を動的に変えたい場合があります。しかし canvas とレスポンシブの相性はなかなかやっかいな問題があります。canvas の幅を CSS で width: 100%; などと指定してもうまくいきません。ぼやけたりゆがんだりしてしまいます。 CSS で幅と高さを指定したつもりでも、それは HTML で幅と高さを指定するのとは意味が異なります。canvas 要素の描画領域は HTML で指定した値(指定していなければデフォルト値)のままであり、それが CSS でしていしたサイズに引き延ばされて表示されるだけだからです。 canvas の横幅を動的に指定する canvas の表示サイズだけでなく描画領域のサイズも動的に変更するには、Jav

                          • GitHub - FabDevGit/barchartrace: Bar chart race online editor

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - FabDevGit/barchartrace: Bar chart race online editor
                            • Bar Chart Race in Python with Matplotlib

                              Bar Chart Race animation showing the 10 biggest cities in the worldOriginally published on pratapvardhan.com Bar chart races have been around for a while. This year, they took social media by storm. It began with Matt Navarra’s tweet, which was viewed 10 million times. Then, John Burn-Murdoch created reproducible notebook using d3.js, others started creating their races. Then, Flourish studio rele

                                Bar Chart Race in Python with Matplotlib
                              • How to make Bar Chart Race visualizations without coding

                                  How to make Bar Chart Race visualizations without coding
                                • Freya Holmér on Twitter: "here, have a coordinate system chart~ https://t.co/rHJiaV5pPm"

                                  here, have a coordinate system chart~ https://t.co/rHJiaV5pPm

                                    Freya Holmér on Twitter: "here, have a coordinate system chart~ https://t.co/rHJiaV5pPm"
                                  • How the world sees Israel, in one chart

                                    Zack Beauchamp is a senior correspondent at Vox, where he covers ideology and challenges to democracy, both at home and abroad. Before coming to Vox in 2014, he edited TP Ideas, a section of Think Progress devoted to the ideas shaping our political world. There've been demonstrations around the world over the war between Israel and Hamas, often against Israel's role in the conflict. So clearly som

                                      How the world sees Israel, in one chart
                                    • Bitcoin - BTC Price, Live Chart, and News | Blockchain.com

                                      A brief history Bitcoin was created in 2009 by Satoshi Nakamoto, a pseudonymous developer. Bitcoin is designed to be completely decentralized and not controlled by any single authority. With a total supply of 21 million, its scarcity and decentralized nature make it almost impossible to inflate or manipulate. For this reason, many consider bitcoin to be the ultimate store of value or ‘Digital Gold

                                        Bitcoin - BTC Price, Live Chart, and News | Blockchain.com
                                      • Chart Fuse | Get Started

                                        Embeddable charts for any website Quickly add interactive charts and graphs to a blog post or static web page, 100% free with no user registration. Quickstart Step 1 - Prepare your Data Create a Google Sheet and set the sharing permissions to "anyone with the link can view." Add your data like below, with a header of labels and as many columns and rows as you'd like. (Your data may be single or mu

                                          Chart Fuse | Get Started
                                        • Chart — the most powerful data visualization plugin

                                          The most powerful data visualization plugin Create charts with random, tabular or JSON data inside Sketch, Figma or Adobe XD. The richest collection of chart types 16 of the most popular chart types out-of-the-box. Didn't find what you want? 
Just let me know and I will add it to the collection.

                                            Chart — the most powerful data visualization plugin
                                          • [Chart.js] X軸とY軸に表示されているラベルの文字列をカスタマイズする方法

                                            グラフをキレイに見せるコツは、ラベルの表示方法にあることに気がついた、ユゲタです。 グラフの「ラベル」というのは、縦横の値の目安になる値を表示しているアレです。 この画像の赤枠の箇所です。 Chart.jsでは、値がたくさんある場合に、適度に間引いてくれる機能や、長さが隣と干渉する場合に、 角度をナナメにして、文字の重なりを防いでくれる機能がデフォルトでついていますが、 自動的に判断されるため、思ったとおりにならない場合も多いでしょう。 あと、値に対してそれぞれ単位を付与したいという要望も多いため、 今回は、これらをセットしたサンプルを紹介してみたいと思います。 【お断り】 このブログ記事は、Chart.jsの標準的な使い方ができる人が対象です。 Char.jsの基本設定などは、本家サイトのサンプルなどで使える人を対象にしていますので、下記リンクから環境を作ってから本ページを参照ください。

                                              [Chart.js] X軸とY軸に表示されているラベルの文字列をカスタマイズする方法
                                            • GitHub - arttor/helmify: Creates Helm chart from Kubernetes yaml

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - arttor/helmify: Creates Helm chart from Kubernetes yaml
                                              • Chart.js+Vue.js+Axiosを使ってグラフを描写しよう | アールエフェクト

                                                JavaScriptライブラリのChart.jsを利用するとブラウザ上に美しいグラフを簡単に描写することができます。 日々の業務活動から発生したデータを保存している外部サービスやバックエンドから取得したデータを使ってグラフを描写したいという要望もあるかと思います。そのような時にどうやって情報を取得し、グラフに描写するのか知りたいと思った時に活用できるのが本文書です。 axiosを利用しAPI経由で外部サービスまたはバックエンドからデータを取得し、vue.jsを使って取得したデータを処理し、Chart.jsでグラフを描く手順を確認します。 Chart.jsでグラフを描くためには、グラフの元になるデータの準備またaxiosやvue.jsといった技術の基礎知識も必要となります。 Chart.js単体よりもVue.js+Axiosとの組み合わせた使用方法の説明に重点を置いているためChart.js

                                                  Chart.js+Vue.js+Axiosを使ってグラフを描写しよう | アールエフェクト
                                                • Regular Expression Engine Comparison Chart

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    Regular Expression Engine Comparison Chart
                                                  • Chart.jsによる棒グラフ作成<Chart.js<Javascript<木暮仁

                                                    棒グラフの単純設定 単一系列の棒グラフを例にして代表的な設定機能を示します。 必要最小限の設定しかしない場合、次の記述で右上図が得られます。 多様な設定 これではあまりにも素っ気ないので、逆に多様な設定をした例を示します。 下のソースコードで、右下のグラフが描かれます。通常はこの程度の機能で十分でしょう。 複数の系列を並べた棒グラフの場合は、次のように datasets に並べるだけです。 datasets: [ { label: "系列A", // 系列名 data: [10, 20, 5, 15, 10], // 系列Aのデータ backgroundColor: "red" // 系列Aの棒の色 }, { // ┐ label: "系列B", // │ data: [ 5, 10, 10, 5, 8], // │系列を増やす backgroundColor: "blue" // │ }

                                                    • Chart.jsで回帰直線を描画 - Qiita

                                                      はじめに RやPython+matplotlibでは簡単に描画できる回帰直線を、JavaScriptのグラフライブラリ「Chart.js」で描画します。 以下は、散布図を描画するデータから回帰式を求めて、回帰直線を描画するサンプルです。 サンプル <!DOCTYPE HTML> <html lang="ja"> <head> <meta charset="UTF-8"> <title>cahrt.jsで回帰直線を描くサンプル</title> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.js"></script> </head> <body> <!-- グラフ描画エリア設定 --> <div style="width:100%">

                                                        Chart.jsで回帰直線を描画 - Qiita
                                                      • Phonogram Chart

                                                        Featured phonograms, example words, and whimsical illustrations from Doodling Dragons, Whistling Whales, and Knitting Knights!! Order Yours Today

                                                          Phonogram Chart
                                                        • chart.jsでsnmp(おうちでもsnmpしませんか?) - Qiita

                                                          前々からやってみたかったのですが、ふと思ってつくってみました。手法はntp系の監視と同じ流れになります。なぜこの方法かというとターゲットのストレージ(flash,md)が限られていて、RRDtoolとかを動かすのが難しいためにそうしています。 REALTEK社製EthernetSwtichチップのRTL8366SRのMIBを表示してみます。 MIBを拾うmrubyスクリトは以下になります。merbgemsのmruby-etherswichを使っています。 #!/usr/local/bin/mruby # RTL8366SR MIB # # 0 IfInOctets # 1 EtherStatsOctets # 2 EtherStatsUnderSizePkts # 3 EtherFregament # 4 EtherStatsPkts64Octets # 5 EtherStatsPkts6

                                                            chart.jsでsnmp(おうちでもsnmpしませんか?) - Qiita
                                                          • How to Make an Area Chart With CSS | CSS-Tricks

                                                            You might know a few ways to create charts with pure CSS. Some of them are covered here on CSS-Tricks, and many others can be found on CodePen, but I haven’t seen many examples of “area charts” (imagine a line chart with the bottom area filled in), particularly any in HTML and CSS alone. In this article, we’ll do just that, using a semantic and accessible HTML foundation. Let’s start with the HTML

                                                              How to Make an Area Chart With CSS | CSS-Tricks
                                                            • GitHub - purocean/yn: A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.

                                                              For more information on how to use the following functions, please see characteristic functions description Sync scrolling: the editing area and the preview area scroll synchronously, and the preview area can be scrolled independently Outline: quickly jump to the corresponding location of the document through the directory outline in the preview area Version Control: Support backtracking document

                                                                GitHub - purocean/yn: A highly extensible Markdown editor. Version control, AI Copilot, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.
                                                              • Simple Gantt Chart

                                                                Simple Gantt Chart Download a free gantt chart template for Excel® or Google Sheets | Updated 12/3/2021 Create a project schedule in Excel or Google Sheets with an easy-to-use template. Simply enter your tasks and start and end dates. This template uses conditional formatting to generate a Gantt chart like our original Gantt Chart Template, but it has you enter start and end dates instead of start

                                                                  Simple Gantt Chart
                                                                • Optimizing website performance with a Search Console bubble chart  |  Google Search Central Blog  |  Google for Developers

                                                                  Send feedback Optimizing website performance with a Search Console bubble chart Stay organized with collections Save and categorize content based on your preferences. Wednesday, April 06, 2022 Analyzing Search performance data is always a challenge, but even more so when you have plenty of long-tail queries, which are harder to visualize and understand. In this post, we'll provide tips to help you

                                                                    Optimizing website performance with a Search Console bubble chart  |  Google Search Central Blog  |  Google for Developers
                                                                  • Bitcoin Rainbow Chart - Blockchaincenter

                                                                    Maximum Bubble TerritorySell. Seriously, SELL!FOMO intensifiesIs this a bubble?HODL!Still cheapAccumulateBUY!Basically a Fire Sale Feel like buying Bitcoin? Go to Binance . Without KYC: MEXC Click here if you want to read the full story behind the Bitcoin Rainbow Chart. The Rainbow Charts are not investment advice! Past performance is not an indication of future results. You can not predict the pr

                                                                      Bitcoin Rainbow Chart - Blockchaincenter
                                                                    • React/TSでChart.jsやってみる | DevelopersIO

                                                                      プロジェクトセットアップ Reactプロジェクト生成 npx create-react-app project-name --template typescript project-name部分に自分のプロジェクト名を書いてください。 ライブラリ追加 npm i chart.js react-chartjs-2 react-chartjs-2にtypeが定義されているので@types/react-chartjs-2じゃなくてreact-chartjs-2を設置してください。 chart.jsはreact-chartjs-2利用するために設置します。 Code example Graph.tsxをsrc/に作ってください。 // src/Graph.tsx import { Bar } from 'react-chartjs-2'; const Graph = () => { const d

                                                                        React/TSでChart.jsやってみる | DevelopersIO
                                                                      • GitHub - MrBlenny/react-flow-chart: 🌊 A flexible, stateless, declarative flow chart library for react.

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - MrBlenny/react-flow-chart: 🌊 A flexible, stateless, declarative flow chart library for react.
                                                                        • Chart visualization — pandas 2.2.2 documentation

                                                                          This section demonstrates visualization through charting. For information on visualization of tabular data please see the section on Table Visualization. We use the standard convention for referencing the matplotlib API:

                                                                          • Manchun Tåkãnø🏊 on Twitter: "同僚が頑張ってスパゲティ化したコードをrefactoring しているのだが、依存関係をchartに起こして、そこからTopological sortでJIRA ticketを生成し、Jr. levelのエンジニアにタスクをアサイ… https://t.co/lASDoQeNAb"

                                                                            同僚が頑張ってスパゲティ化したコードをrefactoring しているのだが、依存関係をchartに起こして、そこからTopological sortでJIRA ticketを生成し、Jr. levelのエンジニアにタスクをアサイ… https://t.co/lASDoQeNAb

                                                                              Manchun Tåkãnø🏊 on Twitter: "同僚が頑張ってスパゲティ化したコードをrefactoring しているのだが、依存関係をchartに起こして、そこからTopological sortでJIRA ticketを生成し、Jr. levelのエンジニアにタスクをアサイ… https://t.co/lASDoQeNAb"
                                                                            • [Swift] iOSアプリでドーナツグラフ(Pie Chart)が簡単に描けるビュークラスを日曜大工してみた | DevelopersIO

                                                                              はじめに まいどです。CX事業本部の中安です。まいどです。 本日はタイトル通り、ドーナツグラフ(円グラフ)を描画するビュークラスを作ってみたというお話です。 以前にお仕事で作っていた同様のものを作ったのですが、再構築する形で汎用的なビュークラスにしてみました。 せっかく作ったのでブログにしたためてみようかと思った次第です。 ちなみに完成イメージはこんな感じ。 この手のものはライブラリなどで既に何個もありそうですが、自分の手で作ってみるのも楽しいものです。 基本的な機能しか備わっていませんが、同じようなUIを検討している開発者の方のヒントになれば幸いです。 クラスのインターフェイス まずはクラスのインターフェイスのご紹介 import UIKit @IBDesignable class PieChartView : UIView { @IBInspectable var maxValue:

                                                                                [Swift] iOSアプリでドーナツグラフ(Pie Chart)が簡単に描けるビュークラスを日曜大工してみた | DevelopersIO
                                                                              • OpenSeaMap - The free nautical chart

                                                                                Edit Map with JOSM Remote View Weather Sea Marks Harbours Sport Aerial photo Coordinate Grid Marine Profile (1:920.000) Wikipedia-Links Thumbnails Marine Traffic Compass Rose Water depth 10 m 100 m Depth contours (beta) Development Water depth Tools Permalinks Trip Planner Download OpenCPN (Kap) Garmin Navico (Lowrance, Simrad, B&G) Help Help JOSM Tidal Scale Trip Planner Website Map Key Harbour S

                                                                                • Static Media Bias Chart | Ad Fontes Media

                                                                                  Non-commercial license for personal, education, non-profit, and civic use

                                                                                    Static Media Bias Chart | Ad Fontes Media