<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Data Toolbox</title>
        <link>https://app.dataviz.jp/en/</link>
        <description>Recent content on Data Toolbox</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <copyright>dataviz.jp</copyright><atom:link href="https://app.dataviz.jp/en/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>(Geo) DataMerger</title>
        <link>https://app.dataviz.jp/en/geo-data-merger/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/geo-data-merger/</guid>
        <description>&lt;img src="https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger.jpg" alt="Featured image of post (Geo) DataMerger" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geo-data-merger.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger.jpg&#34; alt=&#34;(Geo) DataMerger&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;(Geo) DataMerger&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;地理データとテーマデータを手軽に結合&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geo-data-merger.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool for easily merging geographic data (GeoJSON/TopoJSON) with attribute data (CSV/JSON). It is a convenient data processing tool for when you want to link thematic data (e.g., population, attribute values) to map data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Load geographic and attribute data&amp;hellip;Read GeoJSON/TopoJSON, CSV, and JSON files, and preview their contents.&lt;/li&gt;
&lt;li&gt;Key-based join&amp;hellip;Join geographic data (Feature properties) with attribute data using a common key column (left join basis).&lt;/li&gt;
&lt;li&gt;Remove unnecessary columns&amp;hellip;After merging, select and remove unwanted columns from the output via the UI.&lt;/li&gt;
&lt;li&gt;Output format selection&amp;hellip;Save and download the merged data as GeoJSON/TopoJSON/CSV.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger.png&#34;
	width=&#34;3318&#34;
	height=&#34;2099&#34;
	srcset=&#34;https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger_hu_94cc7f5573d28d59.png 480w, https://app.dataviz.jp/geo-data-merger/images/cover_geo-data-merger_hu_6628eda8ba907e87.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;158&#34;
		data-flex-basis=&#34;379px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load geographic and attribute data&amp;hellip;Load GeoJSON/TopoJSON on the left side and CSV/JSON on the right side.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the join key&amp;hellip;Select the column (key) used for joining from each data preview, and verify that they match correctly.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Remove unnecessary columns&amp;hellip;Select and delete unneeded attribute columns after merging.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export and save&amp;hellip;Export the merged data as GeoJSON/TopoJSON/CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;GeoJSON: Geographic Features (points/lines/polygons) + attributes.&lt;/li&gt;
&lt;li&gt;TopoJSON: A geographic data format that preserves topology (an extension of GeoJSON).&lt;/li&gt;
&lt;li&gt;CSV/JSON: Thematic data to merge (tabular data containing region codes or key-value pairs).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;GeoJSON/TopoJSON: Merged geospatial data.&lt;/li&gt;
&lt;li&gt;CSV: Merged tabular data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>3D Surface Chart</title>
        <link>https://app.dataviz.jp/en/3d-surface-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/3d-surface-chart/</guid>
        <description>&lt;img src="https://app.dataviz.jp/3d-surface-chart/images/cover_3d-surface-chart.png" alt="Featured image of post 3D Surface Chart" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://3d-surface-chart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/3d-surface-chart/images/cover_3d-surface-chart.png&#34; alt=&#34;3D Surface Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;3D Surface Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visualize 3D data of row × column × value as a color-mapped surface resembling a topographic map&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;3d-surface-chart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A visualization tool that generates interactive 3D surface charts simply by loading CSV data. It lets you view data with a &amp;ldquo;row × column × value&amp;rdquo; structure — such as interest rate yield curves and regional statistics — as a three-dimensional landscape. Rotate and zoom freely with your mouse to intuitively grasp overall trends and local variations in your data.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_01.png&#34;
	width=&#34;2320&#34;
	height=&#34;1450&#34;
	srcset=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_01_hu_fe04292272fbe834.png 480w, https://app.dataviz.jp/3d-surface-chart/images/example_01_hu_27420da32e01e72e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Interest rate trends in Japan over the past 50 years&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;160&#34;
		data-flex-basis=&#34;384px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;3D surface rendering&lt;/strong&gt; — Automatically generates a color-mapped 3D surface from CSV data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Camera presets&lt;/strong&gt; — Switch between four viewpoints (overview, front, top, side) with one click&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Color schemes&lt;/strong&gt; — Choose from 21 palettes (sequential and diverging). Diverging schemes support a zero-baseline mode&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Axis labels&lt;/strong&gt; — Toggle between horizontal and vertical text. Supports many categories such as Japanese prefecture names&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV import&lt;/strong&gt; — Load any CSV via file picker or drag-and-drop&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sample data&lt;/strong&gt; — Preloaded datasets including Japan Ministry of Finance interest rates (from 1974), U.S. Treasury bonds, and births by prefecture&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PNG export&lt;/strong&gt; — Download high-resolution images with axis labels&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Share&lt;/strong&gt; — Share the current view (data, color scheme, camera position) via URL. OGP images for social media are generated automatically&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project save/load&lt;/strong&gt; — Save your work to the cloud and restore it anytime&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Open the page to see Japan Ministry of Finance interest rate data (last 5 years) displayed by default&lt;/li&gt;
&lt;li&gt;Switch sample datasets from the dropdown, or load your own CSV&lt;/li&gt;
&lt;li&gt;Drag to rotate, scroll to zoom, and right-drag to pan&lt;/li&gt;
&lt;li&gt;Adjust the color scheme and camera position to create the best view&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Export&amp;rdquo; to download a PNG image, or &amp;ldquo;Share&amp;rdquo; to generate a shareable URL&lt;/li&gt;
&lt;li&gt;Shared URLs are viewable by anyone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;p&gt;Use a pivot table (cross-tabulation) CSV file. Values are placed at the intersection of rows and columns — the same structure as an Excel pivot table.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;        col1   col2   col3   ...
row1    5.53   5.47   5.36   ...
row2    5.42   5.38   5.25   ...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;In CSV format:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;label,col1,col2,col3,...
row1,5.53,5.47,5.36,...
row2,5.42,5.38,5.25,...
&lt;/code&gt;&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;First column&lt;/strong&gt;: Row labels (dates in YYYY-MM-DD format, fiscal years, category names, etc.) — mapped to the depth axis&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Remaining columns&lt;/strong&gt;: Numeric data columns — mapped to the horizontal axis. If column names use duration formats like 1Y or 10M, axis spacing is calculated automatically; otherwise, columns are evenly spaced&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cell values&lt;/strong&gt;: Numbers — mapped to the height (vertical axis) and color map&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example: Births by prefecture&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Year,Hokkaido,Aomori,Iwate,...,Okinawa
2011,39292,9532,9310,...,16918
2012,38686,9168,9277,...,17074
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_02.png&#34;
	width=&#34;2320&#34;
	height=&#34;1450&#34;
	srcset=&#34;https://app.dataviz.jp/3d-surface-chart/images/example_02_hu_f981e74970ab5d82.png 480w, https://app.dataviz.jp/3d-surface-chart/images/example_02_hu_dae1db1deba5f168.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Births by prefecture&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;160&#34;
		data-flex-basis=&#34;384px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;If your data is in long format, convert it to a pivot table using Excel or Python&amp;rsquo;s &lt;code&gt;pivot()&lt;/code&gt; before loading.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;p&gt;The idea of using a 3D surface chart for time-series yield curves originated from The New York Times.&lt;/p&gt;
&lt;p&gt;A 3-D View of a Chart That Predicts The Economic Future: The Yield Curve - The New York Times &lt;a class=&#34;link&#34; href=&#34;https://www.nytimes.com/interactive/2015/03/19/upshot/3d-yield-curve-economic-growth.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.nytimes.com/interactive/2015/03/19/upshot/3d-yield-curve-economic-growth.html&lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Choosing the Right Data Visualization Tool</title>
        <link>https://app.dataviz.jp/en/how-to-use-data-viz/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/how-to-use-data-viz/</guid>
        <description>&lt;p&gt;Here is a guide to the data visualization tools available, organized by purpose.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-various-charts&#34; &gt;Create various charts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#exploratory-data-visualization&#34; &gt;Exploratory data visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#3d-visualization&#34; &gt;3D visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#3d-map-visualization&#34; &gt;3D map visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-data-maps-by-prefecture-or-municipality&#34; &gt;Create data maps by prefecture or municipality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-world-data-maps&#34; &gt;Create world data maps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#network-visualization&#34; &gt;Network visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#text-visualization&#34; &gt;Text visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#code-based-quick-visualization&#34; &gt;Code-based quick visualization&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#animate-aircraft-and-ship-trajectories&#34; &gt;Animate aircraft and ship trajectories&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;create-various-charts&#34;&gt;Create various charts
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;exploratory-data-visualization&#34;&gt;Exploratory data visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://voyager2.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_voyager2.jpg&#34; alt=&#34;Voyager2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Voyager2&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;A visualization tool for Exploratory Data Analysis (EDA)&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;voyager2.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://parallel-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_parallel-coordinates.png&#34; alt=&#34;Parallel Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Parallel Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;parallel-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;3d-visualization&#34;&gt;3D visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://3d-surface-chart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_3d-surface-chart.png&#34; alt=&#34;3D Surface Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;3D Surface Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Display 3D data (row × column × value) as a colored surface, like a topographic map&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;3d-surface-chart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;3d-map-visualization&#34;&gt;3D map visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://kepler-gl.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_kepler-gl.jpg&#34; alt=&#34;kepler.gl&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;kepler.gl&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visualization and exploration tool for large-scale geospatial data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;kepler-gl.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;create-data-maps-by-prefecture-or-municipality&#34;&gt;Create data maps by prefecture or municipality
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_choropleth-japan.png&#34; alt=&#34;Japan Choropleth Map&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Japan Choropleth Map&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create choropleth maps of Japan&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cartogram-japan.png&#34; alt=&#34;Japan Cartogram&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Japan Cartogram&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create cartograms of Japan&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_choropleth-prefectures.png&#34; alt=&#34;Prefecture Choropleth Map&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Prefecture Choropleth Map&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create choropleth maps of prefectures&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cartogram-prefectures.png&#34; alt=&#34;Prefecture Cartogram&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Prefecture Cartogram&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create cartograms of prefectures&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;create-world-data-maps&#34;&gt;Create world data maps
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tilegrams.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_tilegrams.png&#34; alt=&#34;Tilegrams&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tilegrams&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create tile maps&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tilegrams.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;network-visualization&#34;&gt;Network visualization
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://sankeymatic.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_sankeymatic.png&#34; alt=&#34;Sankeymatic&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Sankeymatic&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create Sankey diagrams with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;sankeymatic.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Web version of Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gephi-lite.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_gephi-lite.jpg&#34; alt=&#34;Gephi Lite&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Gephi Lite&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create network graphs with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gephi-lite.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;text-visualization&#34;&gt;Text visualization
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://word-cloud.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_wordcloud.png&#34; alt=&#34;Word Cloud&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Word Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Word Cloud specialized for Japanese&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;word-cloud.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;code-based-quick-visualization&#34;&gt;Code-based quick visualization
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://quickchart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-quickchart.png&#34; alt=&#34;QuickChart UI&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;QuickChart UI&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Generate chart images with just a URL&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;quickchart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-gradient.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-svg-gradient.png&#34; alt=&#34;SVG Gradient Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG Gradient Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Design gradients for your charts&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-gradient.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-tectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-svg-texture.jpg&#34; alt=&#34;SVG Texture Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG Texture Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Design textures for your charts&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-tectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://easings.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_easings.png&#34; alt=&#34;Easing Functions Cheat Sheet&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Easing Functions Cheat Sheet&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visualize parameter changes over time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;easings.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;animate-aircraft-and-ship-trajectories&#34;&gt;Animate aircraft and ship trajectories
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://bbts.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_broadcast-tracking-system.jpg&#34; alt=&#34;ADS-B / AIS Visualization&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;ADS-B / AIS Visualization&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily animate aircraft and ship movement data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;bbts.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>Choosing the Right Data Wrangling Tool</title>
        <link>https://app.dataviz.jp/en/how-to-use-data-wrangling/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/how-to-use-data-wrangling/</guid>
        <description>&lt;p&gt;Here is a guide to the data wrangling tools available, organized by purpose.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#visually-cleanse-your-data&#34; &gt;Visually cleanse your data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#easily-merge-map-data-with-thematic-data&#34; &gt;Easily merge map data with thematic data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#quickly-understand-json-structure&#34; &gt;Quickly understand JSON structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#fix-character-encoding-issues&#34; &gt;Fix character encoding issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#easily-convert-addresses-to-latitudelongitude&#34; &gt;Easily convert addresses to latitude/longitude&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#extract-table-data-from-pdfs&#34; &gt;Extract table data from PDFs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#remove-furigana-from-aozora-bunko-texts&#34; &gt;Remove furigana from Aozora Bunko texts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#use-mapbox-studio-base-maps-in-foursquare-studio-or-keplergl&#34; &gt;Use Mapbox Studio base maps in Foursquare Studio or Kepler.gl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#reduce-map-data-file-size&#34; &gt;Reduce map data file size&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#quickly-create-buffer-zones-around-pois&#34; &gt;Quickly create buffer zones around POIs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#create-custom-map-data&#34; &gt;Create custom map data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#format-and-convert-map-data&#34; &gt;Format and convert map data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#convert-bus-route-data-to-network-data&#34; &gt;Convert bus route data to network data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#convert-svg-for-use-in-graphic-tools&#34; &gt;Convert SVG for use in graphic tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;#easily-identify-map-tile-locations&#34; &gt;Easily identify map tile locations&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;visually-cleanse-your-data&#34;&gt;Visually cleanse your data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://open-refine.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_open-refine.jpg&#34; alt=&#34;OpenRefine&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;OpenRefine&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Data cleansing and transformation tool for tabular data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;open-refine.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;easily-merge-map-data-with-thematic-data&#34;&gt;Easily merge map data with thematic data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geo-data-merger.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_geo-data-merger.jpg&#34; alt=&#34;(Geo) DataMerger&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;(Geo) DataMerger&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily merge geographic data with thematic data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geo-data-merger.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;quickly-understand-json-structure&#34;&gt;Quickly understand JSON structure
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://jsoncrack.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_jsoncrack.png&#34; alt=&#34;JSON Crack&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;JSON Crack&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Visually understand JSON data structures in your browser&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;jsoncrack.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;fix-character-encoding-issues&#34;&gt;Fix character encoding issues
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://change-character-encoding.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover-change-character-encoding.png&#34; alt=&#34;Shift JIS ⇄ UTF-8 Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Shift JIS ⇄ UTF-8 Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert character encoding between Shift JIS and UTF-8&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;change-character-encoding.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;easily-convert-addresses-to-latitudelongitude&#34;&gt;Easily convert addresses to latitude/longitude
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://address-to-latlon.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_address-to-latlon.jpg&#34; alt=&#34;Address to Lat/Lon Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Address to Lat/Lon Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Geocoding tool&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;address-to-latlon.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;extract-table-data-from-pdfs&#34;&gt;Extract table data from PDFs
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tabula-pdf.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_tabula-pdf.jpg&#34; alt=&#34;Tabula PDF&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tabula PDF&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Extract table data from PDFs&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tabula-pdf.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;remove-furigana-from-aozora-bunko-texts&#34;&gt;Remove furigana from Aozora Bunko texts
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://aozora-furigana.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_aozora-furigana.jpg&#34; alt=&#34;Aozora Furigana Remover&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Aozora Furigana Remover&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Remove furigana and metadata from Aozora Bunko novels&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;aozora-furigana.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;use-mapbox-studio-base-maps-in-foursquare-studio-or-keplergl&#34;&gt;Use Mapbox Studio base maps in Foursquare Studio or Kepler.gl
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://classic-mapbox-styles.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_classic-mapbox-styles.png&#34; alt=&#34;Mapbox Classic Styles&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapbox Classic Styles&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Mapbox map tiles for use with Kepler.gl and Foursquare Studio&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;classic-mapbox-styles.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;reduce-map-data-file-size&#34;&gt;Reduce map data file size
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://mapshaper.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_mapshaper.jpg&#34; alt=&#34;Mapshaper&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapshaper&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Process and convert map data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;mapshaper.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;quickly-create-buffer-zones-around-pois&#34;&gt;Quickly create buffer zones around POIs
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://turf-buffer.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_turf-buffer.png&#34; alt=&#34;Turf Buffer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Turf Buffer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create radius buffers in your browser&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;turf-buffer.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;create-custom-map-data&#34;&gt;Create custom map data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_geojson.jpg&#34; alt=&#34;GeoJSON.io&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GeoJSON.io&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Trace map tiles to create GeoJSON&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;format-and-convert-map-data&#34;&gt;Format and convert map data
&lt;/h2&gt;&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://latlon-formatter.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_latlon-formatter.png&#34; alt=&#34;Lat/Lon Formatter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Lat/Lon Formatter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily convert latitude/longitude decimal places&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;latlon-formatter.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://transform-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_transform-coordinates.png&#34; alt=&#34;Transform Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Transform Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert coordinates of geographic feature files&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;transform-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;h2 id=&#34;convert-bus-route-data-to-network-data&#34;&gt;Convert bus route data to network data
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gtfs-to-network.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/gtfs-to-network.png&#34; alt=&#34;GTFS to Network&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GTFS to Network&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert GTFS transit data to network data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gtfs-to-network.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;convert-svg-for-use-in-graphic-tools&#34;&gt;Convert SVG for use in graphic tools
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson-and-svg.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_geojson-and-svg.jpg&#34; alt=&#34;SVG ⇄ GeoJSON Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG ⇄ GeoJSON Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert between GeoJSON and SVG formats&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson-and-svg.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;easily-identify-map-tile-locations&#34;&gt;Easily identify map tile locations
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://what-the-tile.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_what-the-tile.png&#34; alt=&#34;Map Tile Browser&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Map Tile Browser&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Browse multiple open map tile types and check XYZ tile coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;what-the-tile.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>Coloring Administrative District Maps with Data</title>
        <link>https://app.dataviz.jp/en/choropleth-fukushima/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/choropleth-fukushima/</guid>
        <description>&lt;img src="https://app.dataviz.jp/choropleth-fukushima/images/cover_choropleth-fukushima.png" alt="Featured image of post Coloring Administrative District Maps with Data" /&gt;&lt;p&gt;Coloring administrative district maps — commonly known as blank maps — with data is called a &amp;ldquo;choropleth map.&amp;rdquo; Although sometimes referred to as a &amp;ldquo;classified area map,&amp;rdquo; &lt;a href=&#34;https://visualizing.jp/classification-and-coloplethmap/&#34; target=&#34;_blank&#34;&gt;that term actually describes a data processing technique, not a visualization type&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Using our &amp;ldquo;Japan Choropleth Map&amp;rdquo; and &amp;ldquo;Prefecture Choropleth Map&amp;rdquo; tools, you can easily create high-quality choropleth maps.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cover_choropleth-fukushima.png&#34;
	width=&#34;1176&#34;
	height=&#34;1176&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cover_choropleth-fukushima_hu_e42d732c4ef354a3.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cover_choropleth-fukushima_hu_55e422045da36b4c.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Finished map&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Here we introduce how to create one using our tools.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-prefectures.dataviz.jp/?project_id=dbbe184f-2022-403b-a84f-525991e61725&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cover_choropleth-fukushima.png&#34; alt=&#34;Fukushima Prefecture: Population Change Rate 2011–2024&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Fukushima Prefecture: Population Change Rate 2011–2024&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Paid subscribers can open the link above as an editable project file to learn the process and examine the data structure.&lt;/p&gt;
&lt;h3 id=&#34;visualizing-with-sample-data&#34;&gt;Visualizing with Sample Data
&lt;/h3&gt;&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_1.png&#34;
	width=&#34;3326&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_1_hu_2bf35554ebec6cf8.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_1_1_hu_545d9fa2aeb02d15.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Blank map of Fukushima Prefecture&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;422px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Here is what it looks like when you visualize pre-loaded population data on a Fukushima Prefecture map. By turning on the &amp;ldquo;Divide by area (/km²)&amp;rdquo; checkbox, the data becomes population density.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_2.png&#34;
	width=&#34;1176&#34;
	height=&#34;1176&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_2_hu_65f49cfc149ba944.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_1_2_hu_d4099d5a349b6d7e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Population density of people under 15 in Fukushima Prefecture&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Incidentally, using a technique called a cartogram — which distorts area to reflect data (also available as a tool) — produces a warped map like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_3.png&#34;
	width=&#34;1176&#34;
	height=&#34;1176&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_3_hu_4559e43b00f1a341.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_1_3_hu_c25ed17c1c46d74a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Cartogram of population density of people under 15 in Fukushima Prefecture&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;visualizing-with-your-own-data&#34;&gt;Visualizing with Your Own Data
&lt;/h3&gt;&lt;p&gt;You can of course prepare and visualize your own data.&lt;/p&gt;
&lt;p&gt;In that case, download the sample data and keep only the place names to see what geographic names you need to prepare data for.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_4.png&#34;
	width=&#34;3326&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_4_hu_42ea8961563bcc15.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_1_4_hu_458bc136b8401d4b.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Downloaded sample file&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;422px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_5.png&#34;
	width=&#34;3328&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_1_5_hu_8ebb623a987c0c5b.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_1_5_hu_46649b8b664a7093.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Keep only the municipality name column&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;423px&#34;
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;population-comparison-data-between-2011-and-2024&#34;&gt;Population Comparison Data Between 2011 and 2024
&lt;/h3&gt;&lt;p&gt;Download the &amp;ldquo;&lt;a href=&#34;https://www.pref.fukushima.lg.jp/uploaded/attachment/702454.xlsx&#34; target=&#34;_blank&#34;&gt;Fukushima Prefecture Current Population Survey Annual Report: Reference Materials&lt;/a&gt;&amp;rdquo; published by Fukushima Prefecture. This dataset compares population between 2011 and 2024.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_1.png&#34;
	width=&#34;3552&#34;
	height=&#34;2362&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_1_hu_e19fd3d137992a9c.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_2_1_hu_3b8fb80bf9c307cb.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Opening the downloaded data&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;150&#34;
		data-flex-basis=&#34;360px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Keep only the sheet and table you need.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_2.png&#34;
	width=&#34;3552&#34;
	height=&#34;2362&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_2_hu_dc97666dfe8d0019.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_2_2_hu_3db54c1512194cc4.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;150&#34;
		data-flex-basis=&#34;360px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Once you have this, load it into OpenRefine for cleansing.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_3.png&#34;
	width=&#34;3328&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_3_hu_e2486cc0282e20d9.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_2_3_hu_a6e8d2e245bf729e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;423px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Remove unnecessary spaces and commas.
The minus sign is represented as &amp;ldquo;△&amp;rdquo;, so replace it with the minus symbol &amp;ldquo;-&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_4.png&#34;
	width=&#34;3328&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_2_4_hu_e57c49ffb91f3dce.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_2_4_hu_af9559874ada68a4.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;423px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Also load the file with only municipality names from the sample data into OpenRefine as a separate project.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_1.png&#34;
	width=&#34;3328&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_1_hu_655c718eadb3ff47.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_3_1_hu_c235918f40923e2a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;423px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Use the &amp;ldquo;Add column based on this column&amp;rdquo; operation to perform a VLOOKUP-like join — merging two tables horizontally.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_2.png&#34;
	width=&#34;3552&#34;
	height=&#34;2354&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_2_hu_f8a749f0dee978f1.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_3_2_hu_f64ba281d1c7f438.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;150&#34;
		data-flex-basis=&#34;362px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Join using an OpenRefine-specific script:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cell.cross(&amp;#39;PROJECT_NAME&amp;#39;,&amp;#39;KEY_COLUMN_NAME&amp;#39;).cells[&amp;#39;COLUMN_NAME_TO_GET&amp;#39;].value[0]
&lt;/code&gt;&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;PROJECT_NAME — the project name of your original data&lt;/li&gt;
&lt;li&gt;KEY_COLUMN_NAME — the name of the column to use as the key&lt;/li&gt;
&lt;li&gt;COLUMN_NAME_TO_GET — the name of the column you want to join&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_3.png&#34;
	width=&#34;3328&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_3_hu_91b2838d43487416.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_3_3_hu_db4d5363d78aabd9.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;423px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;You can see that the join was successful for all municipalities except Futaba, Namie, Okuma, and Tomioka, where no data exists.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_4.png&#34;
	width=&#34;3328&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_4_hu_6020425e93839f81.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_3_4_hu_c3ad0089154e475a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;176&#34;
		data-flex-basis=&#34;423px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Municipalities with higher population change rates are displayed in darker colors.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_5.png&#34;
	width=&#34;1176&#34;
	height=&#34;1176&#34;
	srcset=&#34;https://app.dataviz.jp/choropleth-fukushima/images/cf_3_5_hu_e42d732c4ef354a3.png 480w, https://app.dataviz.jp/choropleth-fukushima/images/cf_3_5_hu_55e422045da36b4c.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Draw-to-Answer Line Chart</title>
        <link>https://app.dataviz.jp/en/drawing-line-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/drawing-line-chart/</guid>
        <description>&lt;img src="https://app.dataviz.jp/drawing-line-chart/images/cover_drawing-line-chart.png" alt="Featured image of post Draw-to-Answer Line Chart" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://drawing-line-chart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/drawing-line-chart/images/cover_drawing-line-chart.png&#34; alt=&#34;Draw-to-Answer Line Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Draw-to-Answer Line Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;drawing-line-chart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;&amp;ldquo;Draw-to-Answer Line Chart&amp;rdquo; is an interactive quiz builder based on time-series data. Quiz creators upload their data, and respondents predict upcoming trends by drawing directly on the chart. After submitting, the prediction is compared against the actual data and a score is displayed.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/drawing-line-chart/images/drawing-line-chart_01.png&#34;
	width=&#34;2080&#34;
	height=&#34;1496&#34;
	srcset=&#34;https://app.dataviz.jp/drawing-line-chart/images/drawing-line-chart_01_hu_b8531baef662214a.png 480w, https://app.dataviz.jp/drawing-line-chart/images/drawing-line-chart_01_hu_6e0ff833ba14d560.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;139&#34;
		data-flex-basis=&#34;333px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;CSV upload&lt;/strong&gt;: Create quizzes from your own time-series data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sample data&lt;/strong&gt;: Try it instantly with built-in datasets — U.S. unemployment rate, Japan&amp;rsquo;s population, inbound tourists to Japan, and USD/JPY exchange rate&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Date range selection&lt;/strong&gt;: Select a portion of the data to define the quiz scope&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Period annotations&lt;/strong&gt;: Overlay contextual labels on the chart, such as political transitions or economic events&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hand-drawn style&lt;/strong&gt;: Choose between a standard style and a hand-drawn sketch style&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Publish &amp;amp; share&lt;/strong&gt;: Share your quiz via URL or on social media&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project save &amp;amp; load&lt;/strong&gt;: Save work-in-progress quizzes and resume editing later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Upload data&lt;/strong&gt; — Drag &amp;amp; drop a CSV file or select a sample dataset&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Set the date range&lt;/strong&gt; — Specify the start and end of the data range&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configure the quiz&lt;/strong&gt; — Enter a title (question), the prediction start point, units, and style&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add annotations (optional)&lt;/strong&gt; — Set period labels to display as background context&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preview&lt;/strong&gt; — Check the chart in real time on the right panel&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Publish&lt;/strong&gt; — Generate a URL and share it with respondents&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;p&gt;CSV files with a header row are supported.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Column&lt;/th&gt;
          &lt;th&gt;Content&lt;/th&gt;
          &lt;th&gt;Example&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;X-axis (time series)&lt;/td&gt;
          &lt;td&gt;Year or year-month&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2000&lt;/code&gt;, &lt;code&gt;2020/04&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Y-axis (numeric)&lt;/td&gt;
          &lt;td&gt;Any numeric value&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;4.9&lt;/code&gt;, &lt;code&gt;12615&lt;/code&gt;, &lt;code&gt;105.21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-csv&#34; data-lang=&#34;csv&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;date&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;value&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;2000&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;4.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;2001&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;4.7&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;2002&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;5.8&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;X-axis supports YYYY (year) or YYYY/MM (year-month) formats&lt;/li&gt;
&lt;li&gt;For multi-column CSVs, you can select the X-axis and Y-axis columns after uploading&lt;/li&gt;
&lt;li&gt;JSON format is also supported ([{&amp;ldquo;x&amp;rdquo;: 2000, &amp;ldquo;y&amp;rdquo;: 4.0}, &amp;hellip;])&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Exploring Two Variables at Once with a Mekko Chart</title>
        <link>https://app.dataviz.jp/en/mekko-chart-kokoku/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/mekko-chart-kokoku/</guid>
        <description>&lt;img src="https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin.png" alt="Featured image of post Exploring Two Variables at Once with a Mekko Chart" /&gt;&lt;p&gt;Every year, Dentsu publishes &amp;ldquo;Advertising Expenditures in Japan.&amp;rdquo; We visualized the advertising expenditure by industry across four traditional media (excluding the internet).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin.png&#34;
	width=&#34;1300&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_hu_76afe677ef713144.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_hu_a2c78fc4a86426d6.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Completed chart&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;162&#34;
		data-flex-basis=&#34;390px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Normally, using bar charts or pie charts would require creating as many charts as there are industries (21) or media types (4). With a Mekko chart, however, you can represent both dimensions as vertical and horizontal proportions within a single chart.&lt;/p&gt;
&lt;p&gt;Here we introduce how to create one using the tools provided by this service.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/?project_id=cff8e9c7-e4bf-4d82-b3f5-e7a6fbe55212&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin.png&#34; alt=&#34;Advertising Expenditure by Industry and Mass Media (2025)&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Advertising Expenditure by Industry and Mass Media (2025)&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Paid users can open the link above as an editable project file to learn how it was made and examine the data structure.&lt;/p&gt;
&lt;p&gt;The data is sourced from Dentsu&amp;rsquo;s PDF report.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.dentsu.co.jp/news/release/2026/0305-011003.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;2025 Advertising Expenditures in Japan - Dentsu&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;extracting-table-data-from-a-pdf&#34;&gt;Extracting Table Data from a PDF
&lt;/h2&gt;&lt;p&gt;The published materials are available as a PDF. As-is, this data cannot be processed by a computer. Manual data entry would be tedious.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/2025%E5%B9%B4%20%E6%97%A5%E6%9C%AC%E3%81%AE%E5%BA%83%E5%91%8A%E8%B2%BB_p01.png&#34;
	width=&#34;1239&#34;
	height=&#34;1754&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/2025%E5%B9%B4%20%E6%97%A5%E6%9C%AC%E3%81%AE%E5%BA%83%E5%91%8A%E8%B2%BB_p01_hu_7dd953563e651fca.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/2025%E5%B9%B4%20%E6%97%A5%E6%9C%AC%E3%81%AE%E5%BA%83%E5%91%8A%E8%B2%BB_p01_hu_f388995e4979689.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Cover page&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;70&#34;
		data-flex-basis=&#34;169px&#34;
	
&gt;
&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/2025%E5%B9%B4%20%E6%97%A5%E6%9C%AC%E3%81%AE%E5%BA%83%E5%91%8A%E8%B2%BB_p14.png&#34;
	width=&#34;1239&#34;
	height=&#34;1754&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/2025%E5%B9%B4%20%E6%97%A5%E6%9C%AC%E3%81%AE%E5%BA%83%E5%91%8A%E8%B2%BB_p14_hu_8d5305a0c4f467fb.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/2025%E5%B9%B4%20%E6%97%A5%E6%9C%AC%E3%81%AE%E5%BA%83%E5%91%8A%E8%B2%BB_p14_hu_bfb0e7f0c2d22800.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Relevant page&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;70&#34;
		data-flex-basis=&#34;169px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;In cases like this, Tabula makes it easy to extract table data from PDFs.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tabula-pdf.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/cover_tabula-pdf.jpg&#34; alt=&#34;Tabula PDF&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tabula PDF&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Extract table data from PDFs&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tabula-pdf.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_01.png&#34;
	width=&#34;3320&#34;
	height=&#34;1904&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_01_hu_ec1ce3a702fc587e.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_01_hu_58610f9aa0f2ad24.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Select the data range to extract&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;418px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_02.png&#34;
	width=&#34;3320&#34;
	height=&#34;1904&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_02_hu_a757564c9bc0446d.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_02_hu_54c8806264c59ab0.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Visually confirm the optimal algorithm and export as CSV&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;418px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;cleansing-the-data&#34;&gt;Cleansing the Data
&lt;/h2&gt;&lt;p&gt;To transform the data into a tidy format that computers can process, OpenRefine is very useful. It allows you to cleanse data with visual confirmation.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_03.png&#34;
	width=&#34;3320&#34;
	height=&#34;1904&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_03_hu_837e80532f2a4cd0.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_03_hu_7916b6a94b35aeb6.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;CSV file loaded into OpenRefine&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;418px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;We removed unnecessary columns, as well as unnecessary spaces and commas.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_05.png&#34;
	width=&#34;3320&#34;
	height=&#34;1904&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_05_hu_9e410b510dd5b4d2.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_05_hu_9ce7bc354616dada.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Removed unnecessary columns, spaces, and commas&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;418px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;The data is still in a cross-tabulation (matrix) format, so we need to perform the reverse of a pivot table in Excel. OpenRefine lets you do this visually as well.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_06.png&#34;
	width=&#34;3276&#34;
	height=&#34;1887&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_06_hu_138184193cb3042f.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_06_hu_d853a3578929a833.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Transpose columns to rows (unpivot)&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_07.png&#34;
	width=&#34;3277&#34;
	height=&#34;1887&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_07_hu_5b877ba9c149eb33.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_07_hu_63796eae5e69c9eb.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Specify column names after transformation&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_08.png&#34;
	width=&#34;3276&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_08_hu_9aa3499d0a651de6.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_08_hu_7806a5907c74a16e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Data in tidy format&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Data cleansing is now complete.
Choose your favorite visualization tool.
In this case, we&amp;rsquo;ll use RawGraphs, which makes it easy to create Mekko charts.&lt;/p&gt;
&lt;h2 id=&#34;visualizing-data-with-rawgraphs&#34;&gt;Visualizing Data with RawGraphs
&lt;/h2&gt;&lt;p&gt;RawGraphs is a single-page tool where each step appears as you scroll down.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_09.png&#34;
	width=&#34;3276&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_09_hu_109cc2ea2e96085.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_09_hu_285b5ec679075517.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Load the data&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_10.png&#34;
	width=&#34;3276&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_10_hu_10d93e96115353c9.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_10_hu_d3529930f0f8f24d.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Select the chart type&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_11.png&#34;
	width=&#34;3276&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_11_hu_ee796d4a3d537a02.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_11_hu_931de526c21e4ac4.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Map data columns to visual and spatial variables&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_12.png&#34;
	width=&#34;3276&#34;
	height=&#34;1888&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_12_hu_b54baf82476c781e.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_12_hu_de100245e8536bdd.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Fine-tune the layout&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;173&#34;
		data-flex-basis=&#34;416px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;completed&#34;&gt;Completed
&lt;/h2&gt;&lt;p&gt;Export as PNG to include in slides or publish on the web.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin.png&#34;
	width=&#34;1300&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_hu_76afe677ef713144.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_hu_a2c78fc4a86426d6.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Completed chart&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;162&#34;
		data-flex-basis=&#34;390px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Export as SVG to edit in design tools such as PowerPoint, Adobe Illustrator, or Figma.
Some axis labels were too close together, so we adjusted them.&lt;/p&gt;
&lt;h3 id=&#34;editing-in-powerpoint&#34;&gt;Editing in PowerPoint
&lt;/h3&gt;&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_pt.png&#34;
	width=&#34;3070&#34;
	height=&#34;1998&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_pt_hu_2168d0b0b5ad5c68.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_pt_hu_62d994bb14b1b7cf.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Editing in PowerPoint&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;153&#34;
		data-flex-basis=&#34;368px&#34;
	
&gt;&lt;/p&gt;
&lt;h3 id=&#34;editing-in-adobe-illustrator&#34;&gt;Editing in Adobe Illustrator
&lt;/h3&gt;&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_ai.png&#34;
	width=&#34;3136&#34;
	height=&#34;2168&#34;
	srcset=&#34;https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_ai_hu_9a5ac88c3fad468a.png 480w, https://app.dataviz.jp/mekko-chart-kokoku/images/kokoku_fin_ai_hu_d1834f8facb1abe0.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Editing in Adobe Illustrator&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;144&#34;
		data-flex-basis=&#34;347px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Finding the Ideal Yogurt with Parallel Coordinates</title>
        <link>https://app.dataviz.jp/en/parallel-coordinates-yogurt/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/parallel-coordinates-yogurt/</guid>
        <description>&lt;img src="https://app.dataviz.jp/parallel-coordinates-yogurt/images/cover_yogurt.png" alt="Featured image of post Finding the Ideal Yogurt with Parallel Coordinates" /&gt;&lt;p&gt;Let&amp;rsquo;s find the &amp;ldquo;ideal yogurt&amp;rdquo; — high in protein, low in sugar.&lt;/p&gt;
&lt;p&gt;With a &lt;a href=&#34;https://app.dataviz.jp/en/parallel-coordinates/&#34;&gt;Parallel Coordinates chart&lt;/a&gt;, you can easily filter data by applying multiple conditions simultaneously.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_02.png&#34;
	width=&#34;3316&#34;
	height=&#34;1903&#34;
	srcset=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_02_hu_57f102bc262211dd.png 480w, https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_02_hu_145fd2791071d45a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Finished chart&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;418px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Here we show how to create this using our tools.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://parallel-coordinates.dataviz.jp//?project_id=6c3cf78f-9eec-4d37-9c79-24a92342f699&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/cover_yogurt.png&#34; alt=&#34;Finding the Ideal Yogurt with Parallel Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Finding the Ideal Yogurt with Parallel Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;parallel-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Paid subscribers can open the link above as an editable project file to learn the process and examine the data structure.&lt;/p&gt;
&lt;h2 id=&#34;collecting-the-data&#34;&gt;Collecting the Data
&lt;/h2&gt;&lt;p&gt;First, we gathered nutritional information for yogurts sold at convenience stores, collecting data from each manufacturer&amp;rsquo;s website.&lt;/p&gt;
&lt;h2 id=&#34;visualizing-with-parallel-coordinates&#34;&gt;Visualizing with Parallel Coordinates
&lt;/h2&gt;&lt;p&gt;After loading nutritional data for 70 yogurt products and switching to Min-Max scale, metrics with different units are normalized to the same 0–1 axis.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_01.png&#34;
	width=&#34;3316&#34;
	height=&#34;1904&#34;
	srcset=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_01_hu_8c4c6e1b763e66f5.png 480w, https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_01_hu_a61fab343c666329.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;417px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;filtering-across-multiple-axes&#34;&gt;Filtering Across Multiple Axes
&lt;/h2&gt;&lt;p&gt;By brushing the upper range on the protein axis and the lower range on the carbohydrate axis, only products meeting the &amp;ldquo;high protein, low sugar&amp;rdquo; criteria remain as blue lines.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_02.png&#34;
	width=&#34;3316&#34;
	height=&#34;1903&#34;
	srcset=&#34;https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_02_hu_57f102bc262211dd.png 480w, https://app.dataviz.jp/parallel-coordinates-yogurt/images/yogurt_02_hu_145fd2791071d45a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;174&#34;
		data-flex-basis=&#34;418px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;The standout result is PARTHENO Plain, a rich Greek yogurt — 10.9g of protein with just 4.6g of carbohydrates.&lt;/p&gt;
&lt;h2 id=&#34;reordering-axes&#34;&gt;Reordering Axes
&lt;/h2&gt;&lt;p&gt;Try dragging axes to rearrange them, and hover over table rows to highlight the corresponding lines. Experience how the &amp;ldquo;feel&amp;rdquo; of the data changes with different arrangements.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>GeoJSON.io</title>
        <link>https://app.dataviz.jp/en/geojson/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/geojson/</guid>
        <description>&lt;img src="https://app.dataviz.jp/geojson/images/cover_geojson.jpg" alt="Featured image of post GeoJSON.io" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson/images/cover_geojson.jpg&#34; alt=&#34;GeoJSON.io&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GeoJSON.io&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;地図タイルをトレースしてGeoJSON作成&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A simple browser-based tool for creating, viewing, and sharing spatial data (such as GeoJSON). You can draw and edit geographic data on a map, and the corresponding GeoJSON is generated instantly, making it ideal for prototyping and verifying spatial data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Draw and edit data on a map&amp;hellip;Draw markers (points), polylines (lines), and polygons (areas) on the map and freely edit them.&lt;/li&gt;
&lt;li&gt;Real-time code editing and preview&amp;hellip;Drawn shapes are instantly updated and displayed as GeoJSON code, and attribute editing is also supported.&lt;/li&gt;
&lt;li&gt;Multi-format import&amp;hellip;Import and edit spatial data including GeoJSON, TopoJSON, CSV, KML, and more (historically supported by the tool).&lt;/li&gt;
&lt;li&gt;Simple attribute editing&amp;hellip;Edit and delete field values in table view to adjust Feature properties.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson/images/cover_geojson.png&#34;
	width=&#34;3314&#34;
	height=&#34;1864&#34;
	srcset=&#34;https://app.dataviz.jp/geojson/images/cover_geojson_hu_cf5210c214b6ff33.png 480w, https://app.dataviz.jp/geojson/images/cover_geojson_hu_b9260c953e56c1eb.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;ext&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;177&#34;
		data-flex-basis=&#34;426px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Load data or create new drawings&amp;hellip;Upload existing GeoJSON, or draw points, lines, and polygons on the map.&lt;/li&gt;
&lt;li&gt;Edit attributes and code&amp;hellip;Interactively edit drawings and attribute information.&lt;/li&gt;
&lt;li&gt;Save and share&amp;hellip;Download the completed GeoJSON as a file or share via URL parameters.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;GeoJSON: A JSON format centered on geographic Features (points, lines, areas).&lt;/li&gt;
&lt;li&gt;TopoJSON / CSV / KML / GPX, etc.: Multiple geographic data formats can be loaded and converted to GeoJSON for editing.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;GeoJSON, TopoJSON, CSV, KML, WKT, Shapefile&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>GTFSネットワークデータ変換</title>
        <link>https://app.dataviz.jp/en/gtfs-to-network/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/gtfs-to-network/</guid>
        <description>&lt;img src="https://app.dataviz.jp/gtfs-to-network/images/gtfs-to-network.png" alt="Featured image of post GTFSネットワークデータ変換" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gtfs-to-network.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/gtfs-to-network/images/gtfs-to-network.png&#34; alt=&#34;GTFSネットワークデータ変換&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;GTFSネットワークデータ変換&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;交通データGTFSをネットワーク・データに変換します&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gtfs-to-network.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Converts GTFS data, a common format for transit information, into network data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;p&gt;Uses stop information (stops.txt) and stop time information (stop_times.txt) to generate network data in CSV format.&lt;/p&gt;
&lt;h3 id=&#34;1-stopstxt-used-as-node-information&#34;&gt;1. stops.txt (used as node information)
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Variable&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Required&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Usage&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_id&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop ID&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Used as node ID (source/target).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_name&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop name&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Node name attribute. Also assigned as origin/destination names for links.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_lat&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Latitude&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Node coordinates.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_lon&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Longitude&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Node coordinates.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;2-stop_timestxt-used-for-link-aggregation&#34;&gt;2. stop_times.txt (used for link aggregation)
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Variable&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Required&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Usage&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;trip_id&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Trip ID&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Used for grouping to identify movements (A to B) within the same trip.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_id&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop ID&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Identifies the source and target of each link.&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;stop_sequence&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Stop sequence&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Determines travel order within a trip (used for sorting).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;arrival_time&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Arrival time&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Calculates link travel time (next stop arrival - current stop departure).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;departure_time&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Departure time&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Calculates link travel time.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;output-data-attributes-aggregatedcalculated-values&#34;&gt;Output data attributes (aggregated/calculated values)
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;CSV Header&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
          &lt;th style=&#34;text-align: left&#34;&gt;Calculation Method&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;frequency&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Number of trips&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Count of &lt;code&gt;trip_id&lt;/code&gt;s traversing the same segment (source to target).&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;avg_duration_sec&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Average travel time (seconds)&lt;/td&gt;
          &lt;td style=&#34;text-align: left&#34;&gt;Average travel time for the same segment.&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload GTFS files&amp;hellip;Load the target files via drag-and-drop or file selection.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the current format&amp;hellip;Select whether it is 1 file or 2 files.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Press the convert button&amp;hellip;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;After conversion, the file is automatically downloaded.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;GTFS: Stop information (stops.txt)&lt;/li&gt;
&lt;li&gt;GTFS: Stop time information (stop_times.txt)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;CSV (single-file format): Nodes and links combined in a single file&lt;/li&gt;
&lt;li&gt;CSV (two-file format): Nodes and links in separate files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>i want hue</title>
        <link>https://app.dataviz.jp/en/iwanthue/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/iwanthue/</guid>
        <description>&lt;img src="https://app.dataviz.jp/iwanthue/images/cover_iwanthue.png" alt="Featured image of post i want hue" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://iwanthue.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/iwanthue/images/cover_iwanthue.png&#34; alt=&#34;i want hue&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;i want hue&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;区別しやすいカラーパレットを生成&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;iwanthue.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for generating and adjusting distinguishable color palettes for data visualization. It creates highly distinguishable color sets by taking human color perception (hue, saturation, lightness, etc.) into account.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Color palette generation&amp;hellip;Automatically generates easy-to-distinguish color combinations based on the specified number of colors.&lt;/li&gt;
&lt;li&gt;Color property adjustments&amp;hellip;Design custom palettes by specifying ranges for hue, chroma (saturation), and lightness.&lt;/li&gt;
&lt;li&gt;Color vision deficiency support&amp;hellip;Capable of generating palettes that accommodate color vision diversity (color vision deficiency).&lt;/li&gt;
&lt;li&gt;Diverse output formats&amp;hellip;Retrieve generated palettes as JSON, CSS, RGB/HEX lists, JavaScript code, and more.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set generation parameters&amp;hellip;Specify the number of colors, hue range, and saturation/lightness constraints for the palette.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the palette&amp;hellip;Colors are listed based on your settings.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Customize and adjust&amp;hellip;Fine-tune individual colors or overall distribution to optimize visibility and color balance.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export and use&amp;hellip;Export in JSON, CSS, JavaScript, and other formats for use in data visualizations.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Japanese-Western Calendar Converter</title>
        <link>https://app.dataviz.jp/en/calendar-converter/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/calendar-converter/</guid>
        <description>&lt;img src="https://app.dataviz.jp/calendar-converter/images/cover_calendar-converter.png" alt="Featured image of post Japanese-Western Calendar Converter" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://calendar-converter.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/calendar-converter/images/cover_calendar-converter.png&#34; alt=&#34;Japanese-Western Calendar Converter&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Japanese-Western Calendar Converter&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Convert between Japanese era dates and Western dates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;calendar-converter.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based tool for converting between Japanese era dates (Showa, Heisei, Reiwa) and Western calendar dates. You can type a date and see the conversion in real time, or drop a CSV file to auto-detect date columns and batch-convert them for download. All processing runs entirely in your browser — no data is ever sent to a server.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Real-time conversion&lt;/strong&gt; — Type in either the Japanese era or Western date field, and the other field updates instantly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV batch conversion&lt;/strong&gt; — Drag &amp;amp; drop a CSV file to auto-detect date columns and batch-convert them. Preview the results before downloading&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto character encoding detection&lt;/strong&gt; — Automatically detects UTF-8 and Shift_JIS, so CSV files created in Excel can be loaded as-is&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multiple date formats supported&lt;/strong&gt; — Accepts commonly used formats such as &lt;code&gt;R6.3.22&lt;/code&gt;, &lt;code&gt;令和6年3月22日&lt;/code&gt;, &lt;code&gt;2024/03/22&lt;/code&gt;, &lt;code&gt;2024-03-22&lt;/code&gt;, and more&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Output format options&lt;/strong&gt; — When converting to Japanese era dates, choose between alphabetic notation (R6.3.22) or kanji notation (令和6年3月22日)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bilingual UI&lt;/strong&gt; — The interface displays in Japanese or English based on your browser&amp;rsquo;s language setting&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;h3 id=&#34;manual-conversion&#34;&gt;Manual conversion
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Enter a date in either the &amp;ldquo;Japanese era&amp;rdquo; or &amp;ldquo;Western&amp;rdquo; input field at the top of the page&lt;/li&gt;
&lt;li&gt;The converted result appears automatically in the other field&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;batch-file-conversion&#34;&gt;Batch file conversion
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Drag &amp;amp; drop a CSV file onto the drop area (or click to select a file)&lt;/li&gt;
&lt;li&gt;Date columns are auto-detected and a before/after preview is displayed&lt;/li&gt;
&lt;li&gt;Select the conversion direction (Japanese era → Western / Western → Japanese era) and format as needed&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Convert and Download&amp;rdquo; to download the converted CSV&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;h3 id=&#34;supported-input-formats&#34;&gt;Supported input formats
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Type&lt;/th&gt;
          &lt;th&gt;Example formats&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Japanese era (alphabetic)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;S49.9.24&lt;/code&gt;, &lt;code&gt;H1-1-8&lt;/code&gt;, &lt;code&gt;R6/3/22&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Japanese era (kanji)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;昭和49年9月24日&lt;/code&gt;, &lt;code&gt;令和元年5月1日&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Western&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2024/03/22&lt;/code&gt;, &lt;code&gt;2024-03-22&lt;/code&gt;, &lt;code&gt;2024.3.22&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;supported-eras&#34;&gt;Supported eras
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Era&lt;/th&gt;
          &lt;th&gt;Abbreviation&lt;/th&gt;
          &lt;th&gt;Period&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Showa (昭和)&lt;/td&gt;
          &lt;td&gt;S&lt;/td&gt;
          &lt;td&gt;1926/12/25 – 1989/01/07&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Heisei (平成)&lt;/td&gt;
          &lt;td&gt;H&lt;/td&gt;
          &lt;td&gt;1989/01/08 – 2019/04/30&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Reiwa (令和)&lt;/td&gt;
          &lt;td&gt;R&lt;/td&gt;
          &lt;td&gt;2019/05/01 –&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;batch-file-conversion-1&#34;&gt;Batch file conversion
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Supported file formats: CSV, TSV, TXT&lt;/li&gt;
&lt;li&gt;Delimiters (comma, tab) are auto-detected&lt;/li&gt;
&lt;li&gt;Character encoding (UTF-8, Shift_JIS) is auto-detected&lt;/li&gt;
&lt;li&gt;Output is UTF-8 (with BOM) CSV, which opens directly in Excel&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>JSON Crack</title>
        <link>https://app.dataviz.jp/en/jsoncrack/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/jsoncrack/</guid>
        <description>&lt;img src="https://app.dataviz.jp/jsoncrack/images/cover_jsoncrack.png" alt="Featured image of post JSON Crack" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://jsoncrack.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/jsoncrack/images/cover_jsoncrack.png&#34; alt=&#34;JSON Crack&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;JSON Crack&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;ブラウザ上で JSON データ構造を視覚的に理解する&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;jsoncrack.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;JSON Crack is a web-based data visualization tool. It is designed to help you visually understand JSON data structures in your browser.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Visualizes JSON and structured data as node-and-edge graphs or trees, with expand and collapse capabilities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Input data&amp;hellip;Paste JSON or upload from a file.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;An interactive node diagram or tree is rendered based on the input content.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Expand/collapse, search, zoom, and other operations as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>kepler.gl</title>
        <link>https://app.dataviz.jp/en/kepler-gl/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/kepler-gl/</guid>
        <description>&lt;img src="https://app.dataviz.jp/kepler-gl/images/cover_kepler-gl.jpg" alt="Featured image of post kepler.gl" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://kepler-gl.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/kepler-gl/images/cover_kepler-gl.jpg&#34; alt=&#34;大規模地理空間データの可視化・探索ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;大規模地理空間データの可視化・探索ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;kepler-gl.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based tool for visualizing and exploring large-scale geospatial data. It leverages WebGL to produce high-performance map visualizations that enable intuitive analysis of location data. Originally developed by Uber as an open-source GIS tool, it allows data exploration without any programming.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Diverse layer types: Supports multiple layers including points, lines, polygons, heatmaps, hexbin aggregation, arcs, and more.&lt;/li&gt;
&lt;li&gt;Interactive operations: Explore data through filtering, zooming, panning, and time-axis animations.&lt;/li&gt;
&lt;li&gt;High-performance rendering: Uses WebGL to smoothly render millions of data points at high speed.&lt;/li&gt;
&lt;li&gt;Style settings and customization: Adjust color coding, scale settings, 3D representation (height/extrude), and many other display options.&lt;/li&gt;
&lt;li&gt;Export: Save and share completed maps as PNG images or interactive HTML, as well as CSV file output.&lt;/li&gt;
&lt;li&gt;Save and load created projects&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Add data: Drag and drop CSV or GeoJSON files to load them.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Configure layers: Select a type (point/polygon, etc.) from the layer panel and assign columns such as latitude and longitude.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Customize: Adjust colors, sizes, filters, and scales to optimize the visualization.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Save and share: Save settings and maps (locally/export) for reuse.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;CSV&lt;/li&gt;
&lt;li&gt;Json&lt;/li&gt;
&lt;li&gt;GeoJSON&lt;/li&gt;
&lt;li&gt;Arrow&lt;/li&gt;
&lt;li&gt;Parquet&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Leonardo</title>
        <link>https://app.dataviz.jp/en/leonardo/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/leonardo/</guid>
        <description>&lt;img src="https://app.dataviz.jp/leonardo/images/cover_leonardo.jpg" alt="Featured image of post Leonardo" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://leonardo.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/leonardo/images/cover_leonardo.jpg&#34; alt=&#34;Leonardo&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Leonardo&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Adobe がオープンソースとして提供しているツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;leonardo.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Leonardo is a web-based color tool that generates and designs colors based on target contrast ratios. It functions as a support tool for building accessible (visibility- and color-vision-friendly) color schemes for design systems and data visualization, and for managing overall color systems for themes. It is fundamentally built on a color module that Adobe provides as open source.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Contrast ratio-based color generation&amp;hellip;Automatically generates colors that match a specified target contrast ratio, producing palettes that meet accessibility standards (WCAG) requirements.&lt;/li&gt;
&lt;li&gt;Color theme design and management&amp;hellip;Create and adjust color scales and overall theme structures to build accessible themes for design systems.&lt;/li&gt;
&lt;li&gt;Visual evaluation and export&amp;hellip;Visually evaluate contrast between colors, color differences, and positions in color space, with export options as SVG or code (CSS custom properties, design tokens) as needed.&lt;/li&gt;
&lt;li&gt;Adaptive (dark/light) theme support&amp;hellip;Generate color schemes that adapt to light mode and dark mode by adjusting brightness, saturation, and contrast.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Set base colors&amp;hellip;Specify the base color, background color, and target contrast ratio.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate and adjust palettes&amp;hellip;Review the automatically generated color swatches, and adjust the color space and ratios as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Export results&amp;hellip;Export in your preferred format such as SVG, color code lists, CSS/JS/design tokens, and use them in your project.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Mapbox Classic スタイル生成</title>
        <link>https://app.dataviz.jp/en/classic-mapbox-styles/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/classic-mapbox-styles/</guid>
        <description>&lt;img src="https://app.dataviz.jp/classic-mapbox-styles/images/cover_classic-mapbox-styles.png" alt="Featured image of post Mapbox Classic スタイル生成" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://classic-mapbox-styles.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/classic-mapbox-styles/images/cover_classic-mapbox-styles.png&#34; alt=&#34;Mapbox Classic スタイル生成&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapbox Classic スタイル生成&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Kepler.gl や Foursquare Studio で利用可能な Mapbox 地図タイル&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;classic-mapbox-styles.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for generating and managing style definitions (JSON) for legacy Mapbox Classic styles. Mapbox Classic was a set of classic map style templates provided by Mapbox, used to generate and serve map styles compatible with map tools such as Kepler.gl and Foursquare Studio.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mapbox Classic style generation&amp;hellip;Generate and reference Classic style JSON files (e.g., Streets, Light, Dark, etc.).&lt;/li&gt;
&lt;li&gt;Compatible with Kepler.gl and similar tools&amp;hellip;Use the generated styles as base maps in map visualization tools like Kepler.gl.&lt;/li&gt;
&lt;li&gt;Template management&amp;hellip;Organizes Mapbox Classic standard templates for easy access, with features to retrieve and edit JSON as needed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Obtain a Mapbox token&lt;/li&gt;
&lt;li&gt;Enter your Mapbox token&lt;/li&gt;
&lt;li&gt;Select a style template&amp;hellip;Choose a Classic style (e.g., Light / Dark / Streets, etc.).&lt;/li&gt;
&lt;li&gt;Generate JSON&amp;hellip;Generate the Mapbox Classic style JSON based on your selection and edits.&lt;/li&gt;
&lt;li&gt;Import&amp;hellip;Import the generated style JSON into Mapbox Studio.&lt;/li&gt;
&lt;li&gt;Base maps created in Mapbox Studio can be used in Kepler.gl and Foursquare Studio.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;Mapbox token&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Mapshaper</title>
        <link>https://app.dataviz.jp/en/mapshaper/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/mapshaper/</guid>
        <description>&lt;img src="https://app.dataviz.jp/mapshaper/images/cover_mapshaper.jpg" alt="Featured image of post Mapshaper" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;http://mapshaper.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/cover_mapshaper.jpg&#34; alt=&#34;Mapshaper&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Mapshaper&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;mapshaper.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool for editing, converting, and simplifying geospatial vector data (GIS). It loads map data and lets you intuitively perform operations such as shape simplification, attribute editing, and format conversion. Its key advantage is the ability to process data in the browser without relying on desktop GIS software.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Load and display geographic data: Import and display vector data such as Shapefile, GeoJSON, and TopoJSON.&lt;/li&gt;
&lt;li&gt;Shape simplification: Reduce polygon/line vertices to shrink file size while preserving topology.&lt;/li&gt;
&lt;li&gt;Attribute data editing: Modify and join attribute table contents, or delete unnecessary fields.&lt;/li&gt;
&lt;li&gt;Conversion and export: Convert and export to multiple formats (Shapefile, GeoJSON, TopoJSON, CSV, TSV, SVG, etc.).&lt;/li&gt;
&lt;li&gt;Clipping and dissolving: GIS processing such as clipping, merging, splitting, and dropping data.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load and display data&amp;hellip;Imported geographic data is displayed in map view, where you can review attributes and shapes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Edit and process&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Simplification: Run tools for vertex reduction and topology preservation.&lt;/li&gt;
&lt;li&gt;Attribute editing: Add, delete, or join fields.&lt;/li&gt;
&lt;li&gt;Merge and clip: Merge multiple datasets or clip to a specified area.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Export&amp;hellip;Save and download in the desired format from the Export menu.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Mapshaper handles the following major GIS vector data formats for input and output:&lt;/li&gt;
&lt;li&gt;Shapefile (ESRI&amp;rsquo;s standard GIS format; a set of .shp/.dbf/.shx files, etc.)&lt;/li&gt;
&lt;li&gt;GeoJSON (JSON-based geographic information format)&lt;/li&gt;
&lt;li&gt;TopoJSON (topology-compressed format based on GeoJSON)&lt;/li&gt;
&lt;li&gt;CSV / TSV (as tabular data containing coordinates and attributes)&lt;/li&gt;
&lt;li&gt;SVG (as vector image output for geographic shapes)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/screen_01.png&#34;
	width=&#34;2683&#34;
	height=&#34;1631&#34;
	srcset=&#34;https://app.dataviz.jp/mapshaper/images/screen_01_hu_eefa00aa9b9f5bad.png 480w, https://app.dataviz.jp/mapshaper/images/screen_01_hu_e1037805da47f2ec.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/screen_02.png&#34;
	width=&#34;2682&#34;
	height=&#34;1628&#34;
	srcset=&#34;https://app.dataviz.jp/mapshaper/images/screen_02_hu_39ee00ed388222cb.png 480w, https://app.dataviz.jp/mapshaper/images/screen_02_hu_76b1f310f48cca92.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;395px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/mapshaper/images/screen_03.png&#34;
	width=&#34;2679&#34;
	height=&#34;1629&#34;
	srcset=&#34;https://app.dataviz.jp/mapshaper/images/screen_03_hu_73daee41a166a49b.png 480w, https://app.dataviz.jp/mapshaper/images/screen_03_hu_3f5988b0252a5be6.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>OpenRefine</title>
        <link>https://app.dataviz.jp/en/openrefine/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/openrefine/</guid>
        <description>&lt;img src="https://app.dataviz.jp/openrefine/images/cover_open-refine.jpg" alt="Featured image of post OpenRefine" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://open-refine.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/openrefine/images/cover_open-refine.jpg&#34; alt=&#34;OpenRefine&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;OpenRefine&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;表データのクレンジング・ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;open-refine.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;OpenRefine is a tool for cleaning (deduplication, inconsistency correction, formatting) and transforming tabular data in the browser.
It can process large volumes of data in batch, significantly reducing the need for manual corrections.&lt;/p&gt;
&lt;p&gt;It can save the state of your cleansing work on the server side, and also record cleansing procedures for reapplication to similar files.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Filtering and faceting for narrowing down and reviewing values&lt;/li&gt;
&lt;li&gt;Column splitting/merging, value replacement, whitespace and symbol normalization&lt;/li&gt;
&lt;li&gt;Duplicate detection and clustering for inconsistency correction&lt;/li&gt;
&lt;li&gt;Batch transformation using expressions (GREL)&lt;/li&gt;
&lt;li&gt;Reconciliation with external data sources&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load data in CSV / TSV / Excel / JSON or other formats&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Use Facets and filters to identify problematic values&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Clean up data using transformations, replacements, and clustering&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export in the desired format&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input: CSV, TSV, Excel (xls/xlsx), Google Sheets, JSON, XML, OpenDocument, etc.&lt;/li&gt;
&lt;li&gt;Output: CSV, TSV, Excel, JSON, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;official-documentation-site&#34;&gt;Official documentation site
&lt;/h2&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://open-refine-doc.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/openrefine/images/cover_openrefine-doc.png&#34; alt=&#34;OpenRefineの公式解説サイト&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;OpenRefineの公式解説サイト&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;OpenRefine解説&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;open-refine-doc.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>RAWGraphs2</title>
        <link>https://app.dataviz.jp/en/rawgraphs-db/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/rawgraphs-db/</guid>
        <description>&lt;img src="https://app.dataviz.jp/rawgraphs-db/images/cover_rawgraphs-db.jpg" alt="Featured image of post RAWGraphs2" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/rawgraphs-db/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A tool that lets you create a wide variety of charts with an intuitive interface.
While it is not designed for fine-tuning charts on its own, it excels as a drafting tool for exporting in SVG format and refining in graphic tools (such as Figma or Adobe Illustrator) or PowerPoint.&lt;/p&gt;
&lt;p&gt;A missing link tool that bridges the gap between Excel and graphic applications like Adobe Illustrator.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;32 diverse chart templates across 8 categories&lt;/li&gt;
&lt;li&gt;Export as PNG, JPEG, or SVG images&lt;/li&gt;
&lt;li&gt;Style adjustments&lt;/li&gt;
&lt;li&gt;No interactive content creation capabilities&lt;/li&gt;
&lt;li&gt;Save and load created projects&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load your data&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Choose a chart&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Map the data&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Customize&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV, TSV, DSV)&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;note&#34;&gt;Note
&lt;/h2&gt;&lt;p&gt;Drag operations may not work properly when using Microsoft Edge.
In that case, please use another browser such as Chrome.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen01.png&#34;
	width=&#34;1200&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen01_hu_434b796b6f5da7d6.png 480w, https://app.dataviz.jp/rawgraphs-db/images/screen01_hu_ec5e52d61561b1a4.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;150&#34;
		data-flex-basis=&#34;360px&#34;
	
&gt;
&lt;img src=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen02.png&#34;
	width=&#34;800&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/rawgraphs-db/images/screen02_hu_431ffd39d843f396.png 480w, https://app.dataviz.jp/rawgraphs-db/images/screen02_hu_febe79ab1d1f7811.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Sankeymatic</title>
        <link>https://app.dataviz.jp/en/sankeymatic/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/sankeymatic/</guid>
        <description>&lt;img src="https://app.dataviz.jp/sankeymatic/images/cover_sankeymatic.png" alt="Featured image of post Sankeymatic" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://sankeymatic.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/sankeymatic/images/cover_sankeymatic.png&#34; alt=&#34;Sankeymatic&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Sankeymatic&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;sankeymatic.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A tool specialized for creating Sankey diagrams. Because the data format is simple, anyone can easily create Sankey diagrams using data prepared in spreadsheet tools.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Create beautiful Sankey diagrams&lt;/li&gt;
&lt;li&gt;Export as PNG or SVG images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Load data from the &amp;ldquo;Input&amp;rdquo; section&lt;/li&gt;
&lt;li&gt;Adjust styles&lt;/li&gt;
&lt;li&gt;Export the result&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Proprietary notation for this tool&lt;/li&gt;
&lt;li&gt;source [value] target&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/sankeymatic/images/screen_01.png&#34;
	width=&#34;1600&#34;
	height=&#34;1600&#34;
	srcset=&#34;https://app.dataviz.jp/sankeymatic/images/screen_01_hu_e02f9881b850d6c2.png 480w, https://app.dataviz.jp/sankeymatic/images/screen_01_hu_978b7b0ce99c1531.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;
&lt;img src=&#34;https://app.dataviz.jp/sankeymatic/images/screen_02.png&#34;
	width=&#34;1600&#34;
	height=&#34;1600&#34;
	srcset=&#34;https://app.dataviz.jp/sankeymatic/images/screen_02_hu_c9ef2c776231608d.png 480w, https://app.dataviz.jp/sankeymatic/images/screen_02_hu_ba09925b10aea14c.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Shift JIS ⇄ UTF-8 文字コード変換ツール</title>
        <link>https://app.dataviz.jp/en/change-character-encoding/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/change-character-encoding/</guid>
        <description>&lt;img src="https://app.dataviz.jp/change-character-encoding/images/cover-change-character-encoding.png" alt="Featured image of post Shift JIS ⇄ UTF-8 文字コード変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://change-character-encoding.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/change-character-encoding/images/cover-change-character-encoding.png&#34; alt=&#34;Shift JIS ⇄ UTF-8 文字コード変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Shift JIS ⇄ UTF-8 文字コード変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;文字コードを、Shift JIS ⇄ UTF-8 間で相互に変換&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;change-character-encoding.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A tool that converts text file character encodings between Shift JIS and UTF-8 in both directions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Files intended for use with Excel are often distributed in Shift JIS encoding.&lt;/li&gt;
&lt;li&gt;Most modern tools assume UTF-8 encoding.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a simple utility to bridge that gap.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Shift JIS to UTF-8 conversion: Converts text in the Shift JIS character encoding, commonly used by legacy systems and Excel, to UTF-8.&lt;/li&gt;
&lt;li&gt;UTF-8 to Shift JIS conversion: Converts text in UTF-8 format to Shift JIS, making it usable with legacy software and older systems.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Enter or upload the text you want to convert.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Copy or download the converted text.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The tool automatically detects whether the file is Shift JIS or UTF-8.&lt;/p&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV, TSV, DSV)&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>SVG ⇄ GeoJSON 変換ツール</title>
        <link>https://app.dataviz.jp/en/geojson-and-svg/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/geojson-and-svg/</guid>
        <description>&lt;img src="https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg.jpg" alt="Featured image of post SVG ⇄ GeoJSON 変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://geojson-and-svg.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg.jpg&#34; alt=&#34;SVG ⇄ GeoJSON 変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVG ⇄ GeoJSON 変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;GeoJSON と SVG の相互変換を支援&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;geojson-and-svg.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that assists with converting and visualizing between geospatial data (GeoJSON) and SVG (vector image format).&lt;/p&gt;
&lt;p&gt;It is designed to convert geographic information such as map data and polygons into the SVG format, which is convenient for web display and print use, or to help work with SVG as GeoJSON format.&lt;/p&gt;
&lt;p&gt;GeoJSON is a standard JSON-based format for location data, widely used for web mapping and GIS integration.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;p&gt;Bi-directional conversion between geospatial data (GeoJSON) and SVG (vector image format)&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg.png&#34;
	width=&#34;3320&#34;
	height=&#34;1894&#34;
	srcset=&#34;https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg_hu_37fb3f45a7c036b9.png 480w, https://app.dataviz.jp/geojson-and-svg/images/cover_geojson-and-svg_hu_59ed395e799da9a1.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;175&#34;
		data-flex-basis=&#34;420px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load a file&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Download&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;No special operations are required.&lt;/p&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SVG&lt;/li&gt;
&lt;li&gt;GeoJSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Tabula PDF</title>
        <link>https://app.dataviz.jp/en/tabula-pdf/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/tabula-pdf/</guid>
        <description>&lt;img src="https://app.dataviz.jp/tabula-pdf/images/cover_tabula-pdf.jpg" alt="Featured image of post Tabula PDF" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tabula-pdf.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/tabula-pdf/images/cover_tabula-pdf.jpg&#34; alt=&#34;Tabula PDF&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tabula PDF&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;PDFから表データを取り出す&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tabula-pdf.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Tabula PDF is a tool for extracting tables from PDFs and converting them into reusable formats.
It is useful when you want to use tables from PDFs published as government documents, survey reports, handouts, and similar materials as data.&lt;/p&gt;
&lt;p&gt;You can specify the area of the table to extract on the page, and export it as CSV / JSON / Excel format.
It helps you create a starting point for data processing in situations where &amp;ldquo;you have the PDF but not the original data.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Table extraction from PDF (page-by-page and multi-page support)&lt;/li&gt;
&lt;li&gt;Manual selection of table regions (drag) with extraction preview&lt;/li&gt;
&lt;li&gt;Switching extraction modes (rule-based / whitespace-based)&lt;/li&gt;
&lt;li&gt;Batch output of multiple tables&lt;/li&gt;
&lt;li&gt;Download in CSV / JSON / Excel formats&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a PDF file&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Open the target page and select the table area to extract&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Choose the extraction mode and review the preview&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;If everything looks correct, export as CSV / JSON / Excel&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input: PDF&lt;/li&gt;
&lt;li&gt;Output: CSV, JSON, Excel&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;notes&#34;&gt;Notes
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;This tool is intended for use with PDFs that contain text data.&lt;/li&gt;
&lt;li&gt;For PDFs consisting primarily of scanned images, running OCR beforehand will improve extraction accuracy.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Text Entity Extraction Tool</title>
        <link>https://app.dataviz.jp/en/text-entity/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/text-entity/</guid>
        <description>&lt;img src="https://app.dataviz.jp/text-entity/images/cover_text-entity.jpg" alt="Featured image of post Text Entity Extraction Tool" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://text-entity.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/text-entity/images/cover_text-entity.jpg&#34; alt=&#34;Text Entity Extraction Tool&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Text Entity Extraction Tool&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;text-entity.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based tool that uses regular expressions to batch-extract hashtags, mentions, URLs, email addresses, and phone numbers from text in CSV/TSV tabular data. All data is processed in your browser and never sent to a server.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/text-entity/images/text-entity_01.png&#34;
	width=&#34;2378&#34;
	height=&#34;1279&#34;
	srcset=&#34;https://app.dataviz.jp/text-entity/images/text-entity_01_hu_e32d30da9debdeaf.png 480w, https://app.dataviz.jp/text-entity/images/text-entity_01_hu_8b85076a9637898e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;185&#34;
		data-flex-basis=&#34;446px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;5 entity types&lt;/strong&gt;: Hashtags (#), mentions (@), URLs, email addresses, phone numbers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV/TSV support&lt;/strong&gt;: Load data via file upload or paste into the text area&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Column selection&lt;/strong&gt;: Choose the target column with sample values displayed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preview&lt;/strong&gt;: Review loaded data before extraction&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV export&lt;/strong&gt;: Download results as CSV with extracted columns appended to the original data (UTF-8 with BOM)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Japanese/English support&lt;/strong&gt;: Auto-switches based on browser language; manual switching also available&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Input data&lt;/strong&gt; — Drag &amp;amp; drop a CSV file, or paste CSV/TSV data into the text area&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preview&lt;/strong&gt; — Check the number of columns and rows (first 100 rows displayed)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configure &amp;amp; extract&lt;/strong&gt; — Select the target column and entity type (hashtag / mention / URL / email / phone number), then click &amp;ldquo;Extract&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Review &amp;amp; download&lt;/strong&gt; — Check the extraction count and click &amp;ldquo;Download CSV&amp;rdquo; to save the results&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Input&lt;/strong&gt;: CSV (comma-separated), TSV (tab-separated), TXT&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Header&lt;/strong&gt;: Option to treat the first row as column names (if no header, columns are auto-named &amp;ldquo;Column 1, Column 2, &amp;hellip;&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Output&lt;/strong&gt;: CSV (UTF-8 with BOM) containing all original columns plus an appended extraction result column. Multiple entities in a single cell are joined with commas&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Visualizing Japan&#39;s Temperature Changes with a Spiral Chart</title>
        <link>https://app.dataviz.jp/en/spiral-chart-temperature/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/spiral-chart-temperature/</guid>
        <description>&lt;img src="https://app.dataviz.jp/spiral-chart-temperature/images/spiral-chart-temperature.png" alt="Featured image of post Visualizing Japan&#39;s Temperature Changes with a Spiral Chart" /&gt;&lt;p&gt;We visualized the annual mean temperature anomaly in Japan from 1898 to the present using a spiral chart.&lt;/p&gt;
&lt;p&gt;With &lt;a href=&#34;https://app.dataviz.jp/rawgraphs/&#34;&gt;RawGraphs&lt;/a&gt;&amp;rsquo; spiral chart, you can arrange long-term time series data in a spiral layout, making it easy to grasp trends over time at a glance.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/spiral-chart-temperature/images/spiral-chart-temperature.png&#34;
	width=&#34;800&#34;
	height=&#34;800&#34;
	srcset=&#34;https://app.dataviz.jp/spiral-chart-temperature/images/spiral-chart-temperature_hu_676c1619920f2258.png 480w, https://app.dataviz.jp/spiral-chart-temperature/images/spiral-chart-temperature_hu_7a2b1eadfce90b50.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Finished chart&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;100&#34;
		data-flex-basis=&#34;240px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;Here we introduce how to create this using our service&amp;rsquo;s tools.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/?project_id=633f49cd-5368-4f5b-8752-a9a30cc00110&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/spiral-chart-temperature/images/spiral-chart-temperature.png&#34; alt=&#34;Visualizing Japan&amp;#39;s Temperature Changes with a Spiral Chart&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Visualizing Japan&amp;#39;s Temperature Changes with a Spiral Chart&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;data-source&#34;&gt;Data Source
&lt;/h2&gt;&lt;p&gt;This visualization uses the &amp;ldquo;Annual Mean Temperature Anomaly in Japan&amp;rdquo; data published by the Japan Meteorological Agency (JMA).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.data.jma.go.jp/cpdinfo/temp/list/an_jpn.html&#34; target=&#34;_blank&#34;&gt;Annual Mean Temperature Anomaly in Japan — Japan Meteorological Agency&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This dataset records the temperature anomaly (°C) for each year from 1898 to 2025, calculated against the 30-year average from 1991 to 2020 as the baseline. In recent years, positive anomalies exceeding +1°C have continued, clearly showing a long-term warming trend.&lt;/p&gt;
&lt;h2 id=&#34;visualization-with-rawgraphs&#34;&gt;Visualization with RawGraphs
&lt;/h2&gt;&lt;p&gt;Load the CSV data into RawGraphs and select &amp;ldquo;Spiral Plot&amp;rdquo; from the chart types.&lt;/p&gt;
&lt;p&gt;By assigning the year to the time axis and the temperature anomaly to the value, a spiral chart is drawn with the timeline progressing from the center outward. The closer to the outer edge, the more recent the data, and the warming trend becomes visually apparent through changes in color and position.&lt;/p&gt;
&lt;h2 id=&#34;advantages-of-spiral-charts&#34;&gt;Advantages of Spiral Charts
&lt;/h2&gt;&lt;p&gt;While bar charts or line charts can represent the same data, they become too wide for long-term data spanning over 100 years. Spiral charts can fit long time series into a compact area, making it easier to get an overview of the overall trend.&lt;/p&gt;
&lt;p&gt;By comparing the inner part of the spiral (past) with the outer part (present), you can intuitively grasp how the temperature anomaly has been growing larger year by year.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>イージング関数チートシート</title>
        <link>https://app.dataviz.jp/en/easings/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/easings/</guid>
        <description>&lt;img src="https://app.dataviz.jp/easings/images/cover_easings.png" alt="Featured image of post イージング関数チートシート" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://easings.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/easings/images/cover_easings.png&#34; alt=&#34;イージング関数チートシート&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;イージング関数チートシート&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;時間の経過に伴うパラメーターの変化を可視化&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;easings.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A reference site that catalogs &amp;ldquo;easing functions&amp;rdquo; &amp;ndash; which describe how values change over time in animations and transitions. You can visually compare and select various easing behaviors (acceleration, deceleration, bounce, etc.). Easing functions define the rate of change that gives animations a natural feel.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Easing function catalog&amp;hellip;Browse a wide range of easing functions (e.g., easeInSine, easeOutBounce) in a list view.&lt;/li&gt;
&lt;li&gt;Visual comparison with graphs&amp;hellip;See how each function changes over time (t) displayed as a graph.&lt;/li&gt;
&lt;li&gt;CSS and code examples&amp;hellip;Includes information showing how to use each function as CSS Transition / Animation or in code.&lt;/li&gt;
&lt;li&gt;Real-time preview&amp;hellip;A UI that lets you visually confirm the motion of your selected function.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Select a function&amp;hellip;Click or select the desired easing function from the list.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Review the behavior&amp;hellip;Compare how values change using the graph and preview of the selected function.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Apply to your project&amp;hellip;Copy the function name or code and paste it into your animation library or CSS Timing Function.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>バッファ生成ツール</title>
        <link>https://app.dataviz.jp/en/turf-buffer/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/turf-buffer/</guid>
        <description>&lt;img src="https://app.dataviz.jp/turf-buffer/images/cover_turf-buffer.png" alt="Featured image of post バッファ生成ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://turf-buffer.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/turf-buffer/images/cover_turf-buffer.png&#34; alt=&#34;バッファ生成ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;バッファ生成ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;turf-buffer.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based spatial analysis tool that generates &amp;ldquo;buffers (buffer zones)&amp;rdquo; at a specified distance around geospatial data (points, lines, polygons).&lt;/p&gt;
&lt;p&gt;A buffer is a polygon area that expands a specified distance around a given feature, and is a technique commonly used in GIS spatial analysis.&lt;/p&gt;
&lt;p&gt;When creating data maps with buffers such as &amp;ldquo;within a 10-minute walk from a certain point,&amp;rdquo; using the desktop application QGIS requires the following steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Convert the data file from a geographic coordinate system to a projected coordinate system that varies by region&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Perform the buffering operation&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Convert back to the geographic coordinate system for output&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This tool eliminates this complex workflow, enabling completion in just a few clicks within the browser.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Buffer generation
Creates a buffer zone at a specified distance (radius) around the input points, lines, or polygons.&lt;/li&gt;
&lt;li&gt;Map preview
View the loaded data and generated buffer areas on a web map.&lt;/li&gt;
&lt;li&gt;Output format
Download buffer results as GeoJSON or SVG.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload CSV data&amp;hellip;Select a CSV file containing latitude and longitude columns.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify buffer parameters&amp;hellip;Enter the buffer radius (in meters).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Generate and review the buffer&amp;hellip;Press the create button, and the buffer areas are drawn on the map.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Download&amp;hellip;Download the results in GeoJSON or SVG format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;CSV (tabular data containing latitude and longitude) is loaded for processing.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;GeoJSON: Retrieve the generated buffer areas in GeoJSON format.&lt;/li&gt;
&lt;li&gt;SVG: Download as an SVG vector image.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>住所 → 緯度経度 変換ツール</title>
        <link>https://app.dataviz.jp/en/address-to-latlon/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/address-to-latlon/</guid>
        <description>&lt;img src="https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon.jpg" alt="Featured image of post 住所 → 緯度経度 変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://address-to-latlon.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon.jpg&#34; alt=&#34;住所 → 緯度経度 変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;住所 → 緯度経度 変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;address-to-latlon.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that converts Japanese address data into latitude and longitude (coordinates) through geocoding. It can batch-convert multiple addresses into GPS coordinates for use in map creation and location analysis.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Batch conversion (CSV support)&amp;hellip;Upload a CSV file containing multiple addresses, and retrieve latitude and longitude for each address.&lt;/li&gt;
&lt;li&gt;High-accuracy geocoding&amp;hellip;Uses Geolonia&amp;rsquo;s community geocoder (based on the Ministry of Land, Infrastructure, Transport and Tourism&amp;rsquo;s Address Reference Information), achieving conversion accuracy specialized for Japanese addresses.&lt;/li&gt;
&lt;li&gt;Character encoding support&amp;hellip;You can specify the character encoding of the input file (UTF-8 / Shift_JIS).&lt;/li&gt;
&lt;li&gt;Browser-only processing&amp;hellip;Data is processed entirely within the browser and is never sent to a server (privacy protection).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon.png&#34;
	width=&#34;1458&#34;
	height=&#34;1424&#34;
	srcset=&#34;https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon_hu_1972028f3a648932.png 480w, https://app.dataviz.jp/address-to-latlon/images/cover_address-to-latlon_hu_fdc2998cda9ff82a.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;102&#34;
		data-flex-basis=&#34;245px&#34;
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a CSV file&amp;hellip;Load address data by clicking or drag-and-dropping a CSV file.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the character encoding&amp;hellip;Select the appropriate encoding from UTF-8 / Shift_JIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Run the conversion&amp;hellip;A CSV file with automatically added latitude and longitude columns is generated.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Download / Use&amp;hellip;Download the output CSV and import it into map rendering or analysis tools.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>地図タイル・ブラウザー</title>
        <link>https://app.dataviz.jp/en/what-the-tile/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/what-the-tile/</guid>
        <description>&lt;img src="https://app.dataviz.jp/what-the-tile/images/cover_what-the-tile.png" alt="Featured image of post 地図タイル・ブラウザー" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://what-the-tile.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/what-the-tile/images/cover_what-the-tile.png&#34; alt=&#34;地図タイル・ブラウザー&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;地図タイル・ブラウザー&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;what-the-tile.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>座標系 変換ツール</title>
        <link>https://app.dataviz.jp/en/transform-coordinates/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/transform-coordinates/</guid>
        <description>&lt;img src="https://app.dataviz.jp/transform-coordinates/images/cover_transform-coordinates.png" alt="Featured image of post 座標系 変換ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://transform-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/transform-coordinates/images/cover_transform-coordinates.png&#34; alt=&#34;座標系 変換ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;座標系 変換ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;地物ファイルの座標を変換&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;transform-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>日本地図カルトグラム</title>
        <link>https://app.dataviz.jp/en/cartogram-japan/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/cartogram-japan/</guid>
        <description>&lt;img src="https://app.dataviz.jp/cartogram-japan/images/cover_cartogram-japan.png" alt="Featured image of post 日本地図カルトグラム" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/cartogram-japan/images/cover_cartogram-japan.png&#34; alt=&#34;日本地図カルトグラム&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;日本地図カルトグラム&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本地図カルトグラムを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that lets you easily create cartograms reflecting statistical data for each prefecture of Japan. A cartogram is a type of thematic map that distorts the area and shape of regions on a map according to statistical values (such as population, votes, or other indicators). It visually highlights regional differences and disparities that are hard to see on a standard map.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Japan map cartogram generation: Displays regions such as prefectures with their areas distorted according to statistical values.&lt;/li&gt;
&lt;li&gt;Data value reflection: Map shapes change based on the data you input.&lt;/li&gt;
&lt;li&gt;Ranking mode: Automatically generates ranking data sorted by value in descending order. Ranking data can be used for color coding.&lt;/li&gt;
&lt;li&gt;Interactive display: Browse and interact with the map on the web.&lt;/li&gt;
&lt;li&gt;Export as PNG or SVG images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Specify your data&amp;hellip;Upload or enter numerical data by region in CSV format (e.g., population, GDP, vote counts).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the cartogram&amp;hellip;Based on the specified statistical values, a distorted cartogram of the Japan map is generated and displayed on screen.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Adjust and review&amp;hellip;Adjust parameters (color, degree of distortion, region label display, etc.) as needed and review the results.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>日本地図コロプレス</title>
        <link>https://app.dataviz.jp/en/choropleth-japan/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/choropleth-japan/</guid>
        <description>&lt;img src="https://app.dataviz.jp/choropleth-japan/images/cover_choropleth-japan.png" alt="Featured image of post 日本地図コロプレス" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-japan.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-japan/images/cover_choropleth-japan.png&#34; alt=&#34;日本地図コロプレス&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;日本地図コロプレス&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本地図コロプレスを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-japan.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;</description>
        </item>
        <item>
        <title>緯度経度フォーマッター</title>
        <link>https://app.dataviz.jp/en/latlon-formatter/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/latlon-formatter/</guid>
        <description>&lt;img src="https://app.dataviz.jp/latlon-formatter/images/cover_latlon-formatter.png" alt="Featured image of post 緯度経度フォーマッター" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://latlon-formatter.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/latlon-formatter/images/cover_latlon-formatter.png&#34; alt=&#34;緯度経度フォーマッター&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;緯度経度フォーマッター&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;緯度経度データの桁数を簡単に変換&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;latlon-formatter.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool for easily converting the format of latitude and longitude data within CSV files. It is useful when you need to organize and standardize coordinate notation formats when working with geographic data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Format conversion&lt;/li&gt;
&lt;li&gt;Bi-directional conversion between single-column format (latitude and longitude in one cell, e.g., &amp;ldquo;35.6762,139.6503&amp;rdquo;) and two-column format (separate latitude and longitude columns).&lt;/li&gt;
&lt;li&gt;Auto-detection
Automatically detects latitude and longitude columns in the input CSV.&lt;/li&gt;
&lt;li&gt;Data preview
View the CSV before and after conversion on the spot.&lt;/li&gt;
&lt;li&gt;Decimal precision adjustment
Adjust the number of decimal places for latitude and longitude values.&lt;/li&gt;
&lt;li&gt;Download
Download the converted CSV as a file.&lt;/li&gt;
&lt;li&gt;Browser-only processing
All processing is completed within the browser with no server communication required.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Upload a CSV&amp;hellip;Load the target CSV via drag-and-drop or file selection.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the current format&amp;hellip;Select whether latitude and longitude are in single-column or two-column format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Choose the output format&amp;hellip;Select the desired single-column or two-column format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Adjust precision (optional)&amp;hellip;Set the number of decimal places for latitude and longitude.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Convert and download&amp;hellip;After running the conversion, review the preview and download the CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;CSV: Tabular data with latitude and longitude in either single-column or two-column notation.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;CSV (single-column format): Latitude and longitude combined in a single field as &amp;ldquo;latitude,longitude&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;CSV (two-column format): Standard format with separate latitude and longitude columns.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>都道府県地図カルトグラム</title>
        <link>https://app.dataviz.jp/en/cartogram-prefectures/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/cartogram-prefectures/</guid>
        <description>&lt;img src="https://app.dataviz.jp/cartogram-prefectures/images/cover_cartogram-prefectures.png" alt="Featured image of post 都道府県地図カルトグラム" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cartogram-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/cartogram-prefectures/images/cover_cartogram-prefectures.png&#34; alt=&#34;都道府県地図カルトグラム&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;都道府県地図カルトグラム&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;都道府県地図カルトグラムを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cartogram-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool that lets you easily create cartograms reflecting statistical data for each municipality within a selected prefecture. A cartogram is a type of thematic map that distorts the area and shape of regions on a map according to statistical values (such as population, votes, or other indicators). It visually highlights regional differences and disparities that are hard to see on a standard map.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Prefecture map cartogram generation: Displays regions such as municipalities with their areas distorted according to statistical values.&lt;/li&gt;
&lt;li&gt;Data value reflection: Map shapes change based on the data you input.&lt;/li&gt;
&lt;li&gt;Ranking mode: Automatically generates ranking data sorted by value in descending order. Ranking data can be used for color coding.&lt;/li&gt;
&lt;li&gt;Interactive display: Browse and interact with the map on the web.&lt;/li&gt;
&lt;li&gt;Export as PNG or SVG images&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Specify your data&amp;hellip;Upload or enter numerical data by region in CSV format (e.g., population, GDP, vote counts).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the cartogram&amp;hellip;Based on the specified statistical values, a distorted cartogram of the prefecture map is generated and displayed on screen.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Adjust and review&amp;hellip;Adjust parameters (color, degree of distortion, region label display, etc.) as needed and review the results.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>都道府県地図コロプレス</title>
        <link>https://app.dataviz.jp/en/choropleth-prefectures/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/choropleth-prefectures/</guid>
        <description>&lt;img src="https://app.dataviz.jp/choropleth-prefectures/images/cover_choropleth-prefectures.png" alt="Featured image of post 都道府県地図コロプレス" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://choropleth-prefectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/choropleth-prefectures/images/cover_choropleth-prefectures.png&#34; alt=&#34;都道府県地図コロプレス&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;都道府県地図コロプレス&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;都道府県地図コロプレスを手軽に作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;choropleth-prefectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;</description>
        </item>
        <item>
        <title>青空文庫ルビ削除ツール</title>
        <link>https://app.dataviz.jp/en/aozora-furigana/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/aozora-furigana/</guid>
        <description>&lt;img src="https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana.jpg" alt="Featured image of post 青空文庫ルビ削除ツール" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://aozora-furigana.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana.jpg&#34; alt=&#34;青空文庫ルビ削除ツール&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;青空文庫ルビ削除ツール&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;青空文庫の小説からルビとメタデータを削除&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;aozora-furigana.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana.png&#34;
	width=&#34;3330&#34;
	height=&#34;1894&#34;
	srcset=&#34;https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana_hu_13a1982011595049.png 480w, https://app.dataviz.jp/aozora-furigana/images/cover_aozora-furigana_hu_c0aea6979cba6517.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;175&#34;
		data-flex-basis=&#34;421px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Color Brewer</title>
        <link>https://app.dataviz.jp/en/colorbrewer/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/colorbrewer/</guid>
        <description>&lt;img src="https://app.dataviz.jp/colorbrewer/images/cover_colorbrewer.jpg" alt="Featured image of post Color Brewer" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://colorbrewer.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/colorbrewer/images/cover_colorbrewer.jpg&#34; alt=&#34;Color Brewer&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Color Brewer&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;カラースキーム選びを地図上でシミュレーション&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;colorbrewer.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;ColorBrewer is an online tool for selecting optimal color palettes for data visualization and maps. Its purpose is to suggest color schemes suited to color visibility and the nature of categorical or numerical data.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Color scheme selection assistance&amp;hellip;Presents color schemes for sequential data, diverging data, qualitative data, and more based on data characteristics.&lt;/li&gt;
&lt;li&gt;Usage considerations&amp;hellip;Filter options for colorblind safety, print friendliness, and photocopy safety.&lt;/li&gt;
&lt;li&gt;Number of classes&amp;hellip;Adjust the number of colors (e.g., 3 to 12) to select the optimal palette.&lt;/li&gt;
&lt;li&gt;Color output formats&amp;hellip;Export selected palettes in HEX/RGB/CMYK formats, CSS, JavaScript arrays, and more.&lt;/li&gt;
&lt;li&gt;Save and load created projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Select data nature&amp;hellip;Choose from sequential (ordered), diverging (bipolar around a center value), or categorical (unordered).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify number of colors (classes)&amp;hellip;Select the desired number of data classes (e.g., 3, 4, &amp;hellip;).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Review and adjust the palette&amp;hellip;Check how the selected palette looks on maps or charts.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export&amp;hellip;Export as CSS, JavaScript, Adobe Swatch, etc. as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/colorbrewer/images/screen_01.png&#34;
	width=&#34;2046&#34;
	height=&#34;1302&#34;
	srcset=&#34;https://app.dataviz.jp/colorbrewer/images/screen_01_hu_f31672f6a80f4f53.png 480w, https://app.dataviz.jp/colorbrewer/images/screen_01_hu_19859231fbf38447.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;157&#34;
		data-flex-basis=&#34;377px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/colorbrewer/images/screen_02.png&#34;
	width=&#34;2045&#34;
	height=&#34;1302&#34;
	srcset=&#34;https://app.dataviz.jp/colorbrewer/images/screen_02_hu_25bc718cfc8e3b45.png 480w, https://app.dataviz.jp/colorbrewer/images/screen_02_hu_ae09515bc4ea817e.png 1024w&#34;
	loading=&#34;lazy&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;157&#34;
		data-flex-basis=&#34;376px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Cytoscape</title>
        <link>https://app.dataviz.jp/en/cytoscape/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/cytoscape/</guid>
        <description>&lt;img src="https://app.dataviz.jp/cytoscape/images/cover_cytoscape.jpg" alt="Featured image of post Cytoscape" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/cytoscape/images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A browser-based implementation of Cytoscape, which is popular as a desktop application.&lt;/p&gt;
&lt;p&gt;It is a tool for interactively visualizing network (graph) data in your browser. You can load relationship data composed of nodes (points) and edges (lines), and intuitively change layouts, apply styling based on attributes, and more.&lt;/p&gt;
&lt;p&gt;Cytoscape is an open-source platform for visualizing and analyzing network (graph) data. Originally developed for visualizing and analyzing biological networks (molecular interaction networks), it is also widely used for social network analysis and general complex network visualization.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Data Import&lt;/strong&gt; — Upload and visualize files in GEXF, GraphML, and CSV formats&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sample Datasets&lt;/strong&gt; — Load one of 9 sample datasets with a single click, including Les Misérables, Game of Thrones, and Marvel Universe&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Layout Switching&lt;/strong&gt; — 6 layout types: Grid, Circle, Concentric, Breadthfirst, Cose (physics simulation), and Random&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Node Styling&lt;/strong&gt; — Dynamically change colors (qualitative color scheme), sizes, and labels based on attributes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edge Styling&lt;/strong&gt; — Dynamically change colors (quantitative color scheme), thickness, and labels based on attributes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG Export&lt;/strong&gt; — Download the current graph in SVG format&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project Save/Load&lt;/strong&gt; — Save projects to the server and restore them later&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Select a file from the &amp;ldquo;Load Data File&amp;rdquo; button, or choose from &amp;ldquo;Load Sample Data&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Adjust the graph arrangement by changing the layout and easing in the control panel&lt;/li&gt;
&lt;li&gt;Select the attribute to use for node color, size, and label from the dropdowns in the &amp;ldquo;Node&amp;rdquo; row&lt;/li&gt;
&lt;li&gt;Select the attribute to use for edge color, thickness, and label from the dropdowns in the &amp;ldquo;Edge&amp;rdquo; row&lt;/li&gt;
&lt;li&gt;If needed, save as an SVG image using &amp;ldquo;Export&amp;rdquo;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;h3 id=&#34;gexf--graphml&#34;&gt;GEXF / GraphML
&lt;/h3&gt;&lt;p&gt;XML formats designed for graphs. They can richly describe node and edge attributes (categories, weights, coordinates, etc.). They can be exported from many tools such as Gephi and NetworkX.&lt;/p&gt;
&lt;h3 id=&#34;csv-edge-list-format&#34;&gt;CSV (Edge List Format)
&lt;/h3&gt;&lt;p&gt;A format that can be easily created from spreadsheets or Excel.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;A header row is required&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Specify the endpoints of edges using &lt;code&gt;source&lt;/code&gt; and &lt;code&gt;target&lt;/code&gt; columns (or &lt;code&gt;from&lt;/code&gt; and &lt;code&gt;to&lt;/code&gt;) — case-insensitive&lt;/li&gt;
&lt;li&gt;All other columns are imported as edge attributes&lt;/li&gt;
&lt;li&gt;Nodes are automatically generated from the edge information&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-csv&#34; data-lang=&#34;csv&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;source&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;target&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;weight&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;type&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;1.0&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;friends&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Carol&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;2.5&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;colleagues&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Dave&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;0.8&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;family&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
        </item>
        <item>
        <title>Tilegrams</title>
        <link>https://app.dataviz.jp/en/tilegrams/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/tilegrams/</guid>
        <description>&lt;img src="https://app.dataviz.jp/tilegrams/images/cover_tilegrams.png" alt="Featured image of post Tilegrams" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://tilegrams.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/cover_tilegrams.png&#34; alt=&#34;Tilegrams&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Tilegrams&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;タイル地図を作成できるツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;tilegrams.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based map creation tool that generates &amp;ldquo;tilegrams (tiled cartograms)&amp;rdquo; &amp;ndash; representations of geographic regions using hexagonal tiles, with region sizes visually adjusted according to data values. Region areas are expressed proportionally to population or other indicators through the number of tiles, while maintaining an approximate resemblance to the original geographic shape.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Hexagonal tile cartogram generation&amp;hellip;Represents geographic areas as uniform hexagonal tiles, varying the number of tiles per region according to data values.&lt;/li&gt;
&lt;li&gt;Built-in maps and custom data support&amp;hellip;In addition to standard map templates for the United States, Europe, and other regions, you can load custom data to generate tilegrams.&lt;/li&gt;
&lt;li&gt;Interactive adjustment&amp;hellip;Drag tiles to adjust placement, or change the resolution (the value each tile represents) to optimize the appearance.&lt;/li&gt;
&lt;li&gt;Export&amp;hellip;Export the created tilegram in SVG or TopoJSON format for use and further editing in other tools.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Select a base map&amp;hellip;Start from a prepared geographic region (e.g., US states, French regions, etc.).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify and load data&amp;hellip;Upload regional values (such as population or vote counts) in CSV format.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Set resolution and adjust&amp;hellip;Set the value each tile represents (e.g., 1 tile = 1 million people), and optionally drag tiles for fine-tuning.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Generate and export&amp;hellip;Download the completed tilegram as PNG / SVG / TopoJSON for analysis and sharing.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;CSV (comma-separated) format containing geographic identifiers (Geo ID, etc.) and values (e.g., population, vote counts).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/screen01.png&#34;
	width=&#34;2530&#34;
	height=&#34;1541&#34;
	srcset=&#34;https://app.dataviz.jp/tilegrams/images/screen01_hu_a75b1daef7f3623e.png 480w, https://app.dataviz.jp/tilegrams/images/screen01_hu_3a0d95321d8205cf.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Screenshot&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/screen02.png&#34;
	width=&#34;2534&#34;
	height=&#34;1540&#34;
	srcset=&#34;https://app.dataviz.jp/tilegrams/images/screen02_hu_cc29341ea5fa6639.png 480w, https://app.dataviz.jp/tilegrams/images/screen02_hu_19b032adaf51efb5.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Screenshot&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;164&#34;
		data-flex-basis=&#34;394px&#34;
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://app.dataviz.jp/tilegrams/images/screen03.png&#34;
	width=&#34;2530&#34;
	height=&#34;1543&#34;
	srcset=&#34;https://app.dataviz.jp/tilegrams/images/screen03_hu_149b6a2a313df11f.png 480w, https://app.dataviz.jp/tilegrams/images/screen03_hu_7cca068c4167a5ed.png 1024w&#34;
	loading=&#34;lazy&#34;
	
		alt=&#34;Screenshot&#34;
	
	
		class=&#34;gallery-image&#34; 
		data-flex-grow=&#34;163&#34;
		data-flex-basis=&#34;393px&#34;
	
&gt;&lt;/p&gt;
</description>
        </item>
        <item>
        <title>SVGグラデーションエディタ</title>
        <link>https://app.dataviz.jp/en/svg-gradient/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/svg-gradient/</guid>
        <description>&lt;img src="https://app.dataviz.jp/svg-gradient/images/cover-svg-gradient.png" alt="Featured image of post SVGグラデーションエディタ" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-gradient.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/svg-gradient/images/cover-svg-gradient.png&#34; alt=&#34;SVGグラデーションエディタ&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVGグラデーションエディタ&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;チャートのグラデーションをデザイン&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-gradient.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based tool for visually creating and adjusting gradients (smooth color transitions) in SVG (Scalable Vector Graphics). It can be used to design color gradients for chart and shape backgrounds and fills.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Gradient design&amp;hellip;Visually edit linear and radial gradients for use in SVG.&lt;/li&gt;
&lt;li&gt;Color stop settings&amp;hellip;Add and adjust colors (stops) and positions along the gradient to create custom color schemes.&lt;/li&gt;
&lt;li&gt;Real-time preview&amp;hellip;Instantly review editing results and make adjustments while seeing the final appearance.&lt;/li&gt;
&lt;li&gt;SVG generation&amp;hellip;Output the completed gradient definition directly as SVG code.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Create a gradient&amp;hellip;Design the gradient by manipulating color stops, angles, and positions.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Preview&amp;hellip;Check how the configured gradient renders in real time.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Retrieve the generated SVG&amp;hellip;Copy or save the final gradient definition as SVG code and incorporate it into your designs or visualizations.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>SVGテクスチャエディタ</title>
        <link>https://app.dataviz.jp/en/svg-texture/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/svg-texture/</guid>
        <description>&lt;img src="https://app.dataviz.jp/svg-texture/images/cover-svg-texture.jpg" alt="Featured image of post SVGテクスチャエディタ" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://svg-tectures.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/svg-texture/images/cover-svg-texture.jpg&#34; alt=&#34;SVGテクスチャエディタ&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;SVGテクスチャエディタ&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;チャートのテクスチャをデザイン&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;svg-tectures.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web-based editor for designing texture patterns and surface effects used in SVG (Scalable Vector Graphics). You can visually edit and create repeating patterns (textures) for chart and shape backgrounds and fills, and use them as SVG.
This tool is primarily intended to support the design of texture expressions in data visualization and graphic design.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Texture pattern generation and editing&amp;hellip;Visually create and adjust repeating patterns (stripes, dots, etc.) and texture patterns for embedding in SVG.&lt;/li&gt;
&lt;li&gt;Preview display&amp;hellip;Evaluate the appearance of patterns in real time as you edit.&lt;/li&gt;
&lt;li&gt;SVG output&amp;hellip;Retrieve the designed textures as SVG code or pattern definitions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Design a texture&amp;hellip;Create a texture by configuring pattern type, spacing, direction, color, and other settings (via GUI).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Real-time preview&amp;hellip;Review the appearance of the edited texture on the spot.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Retrieve as SVG&amp;hellip;Copy or save the finished pattern as SVG XML (such as &lt;code&gt;&amp;lt;pattern&amp;gt;&lt;/code&gt;) and apply it to other SVG shapes or charts.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>ADS-B / AIS Visualization</title>
        <link>https://app.dataviz.jp/en/broadcast-tracking-system/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/broadcast-tracking-system/</guid>
        <description>&lt;img src="https://app.dataviz.jp/broadcast-tracking-system/images/cover_broadcast-tracking-system.jpg" alt="Featured image of post ADS-B / AIS Visualization" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://bbts.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/broadcast-tracking-system/images/cover_broadcast-tracking-system.jpg&#34; alt=&#34;ADS-B / AIS Visualization&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;ADS-B / AIS Visualization&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Easily create videos from aircraft and ship movement data&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;bbts.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;A web tool that visualizes tracks on a map with animation simply by uploading a CSV file containing latitude and longitude data. It supports visualization of broadcast-type positioning data such as ADS-B (aircraft tracking) and AIS (ship tracking).&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;CSV Upload: Load CSV files via drag &amp;amp; drop or file selection&lt;/li&gt;
&lt;li&gt;Track Visualization: Animate movement paths on a map based on time-series data&lt;/li&gt;
&lt;li&gt;Multiple Track Support: Automatically groups and displays multiple aircraft or vessels from a single CSV&lt;/li&gt;
&lt;li&gt;Auto Column Detection: Automatically recognizes column names like lat/lon, latitude/longitude regardless of case&lt;/li&gt;
&lt;li&gt;Sample Data: Ready-to-use sample data available for quick testing&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Prepare a CSV file (containing latitude, longitude, and timestamp)&lt;/li&gt;
&lt;li&gt;Drag &amp;amp; drop or click to select a file from the sidebar on the left&lt;/li&gt;
&lt;li&gt;Sample data is also available&lt;/li&gt;
&lt;li&gt;Tracks are automatically drawn on the map&lt;/li&gt;
&lt;li&gt;Export as GIF animation, sequential still images, or video files&lt;/li&gt;
&lt;li&gt;Customize base map style, date/time display, and other options&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;Include the following variables in your CSV:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Position (required): lat / lon, latitude / longitude, or Position (&amp;ldquo;lat,lon&amp;rdquo; combined format)&lt;/li&gt;
&lt;li&gt;Time (required): Timestamp (Unix epoch seconds), etc.&lt;/li&gt;
&lt;li&gt;Identifier: Callsign (aircraft), MMSI / VesselName (vessel)&lt;/li&gt;
&lt;li&gt;Optional: Altitude, Speed, Direction / Course&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;supported-position-data-formats&#34;&gt;Supported position data formats
&lt;/h3&gt;&lt;p&gt;Column names are case-insensitive (e.g., LAT, Lat, lat are all accepted).&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Column Name&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;lat&lt;/code&gt; / &lt;code&gt;lon&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Latitude / Longitude (abbreviated)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;latitude&lt;/code&gt; / &lt;code&gt;longitude&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Latitude / Longitude (full name)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;Position&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Combined lat/lon format (&lt;code&gt;&amp;quot;35.68,139.76&amp;quot;&lt;/code&gt;)&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;supported-time-data-formats&#34;&gt;Supported time data formats
&lt;/h3&gt;&lt;p&gt;Time data is automatically detected in the following formats. Supported column names include timestamp, time, datetime, date, etc.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Format&lt;/th&gt;
          &lt;th&gt;Example&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;ISO 8601&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2023-05-20T10:30:00Z&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Date-time string&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;2023-05-20 10:30:00&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Compact format&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;20230520_103000&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Unix timestamp (seconds)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;1684567890&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Unix timestamp (milliseconds)&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;1684567890123&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;When a single CSV contains multiple aircraft or vessels, they are automatically grouped and displayed.&lt;/p&gt;
&lt;h2 id=&#34;reference&#34;&gt;Reference
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://visualizing.jp/ads-b/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;What is ADS-B?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://visualizing.jp/ais/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;What is AIS?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Data Illustrator</title>
        <link>https://app.dataviz.jp/en/data-illustrator/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/data-illustrator/</guid>
        <description>&lt;img src="https://app.dataviz.jp/data-illustrator/images/cover_data-illustrator.jpg" alt="Featured image of post Data Illustrator" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/data-illustrator/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Data Illustrator is a web application that lets you create data visualizations visually without programming.
It aims to generate charts with the feel of drawing graphics using vector design operations, similar to Figma or Adobe Illustrator.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;An intuitive, vector-design-like interface for drawing, selecting, and manipulating.&lt;/li&gt;
&lt;li&gt;Supports data binding (linking data to graphics).&lt;/li&gt;
&lt;li&gt;Automatic visual encoding: Assign data columns to visual attributes such as color, shape, and position for instant rendering.&lt;/li&gt;
&lt;li&gt;UI components including Canvas, Data Panel, Layers Panel, and Property Inspector enable editing and structuring.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Import data and display the data table.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Draw, select, and edit shapes.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Bind data columns to shape attributes such as position, color, and size. Updates are reflected immediately.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Export or save the created visualization.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Gephi Lite</title>
        <link>https://app.dataviz.jp/en/gephi-lite/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/gephi-lite/</guid>
        <description>&lt;img src="https://app.dataviz.jp/gephi-lite/images/cover_gephi-lite.jpg" alt="Featured image of post Gephi Lite" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gephi-lite.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/gephi-lite/images/cover_gephi-lite.jpg&#34; alt=&#34;Gephi Lite&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Gephi Lite&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gephi-lite.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Gephi Lite is a web application that allows you to easily create network graphs (relationship visualizations) in your browser. You can load data composed of nodes (points) and edges (lines), and intuitively perform layout calculations, color coding, filtering, and more.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Graph Visualization&lt;/strong&gt;: Interactively display relationships between nodes and edges. Zoom, pan, and node selection are supported&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Layout Calculation&lt;/strong&gt;: Multiple layout algorithms including ForceAtlas2, Force Directed, Circular, and CirclePack&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Appearance Settings&lt;/strong&gt;: Automatically assign colors, sizes, and labels to nodes and edges based on attribute values&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Filtering&lt;/strong&gt;: Narrow down the display of nodes and edges by attribute values or range specifications&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Metrics Calculation&lt;/strong&gt;: Compute network analysis metrics such as degree, PageRank, betweenness centrality, and Louvain community detection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Table&lt;/strong&gt;: View and edit node and edge attributes in a list format&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt;: Export as graph images (PNG) or graph data (GEXF)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Japanese/English Auto-Switch&lt;/strong&gt;: The UI automatically switches based on your browser&amp;rsquo;s language settings&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;When you access the page, a sample graph or an empty workspace will be displayed&lt;/li&gt;
&lt;li&gt;Load data using the &amp;ldquo;Open Data File&amp;rdquo; button at the top of the screen, or by dragging and dropping a file&lt;/li&gt;
&lt;li&gt;Select &amp;ldquo;Layout&amp;rdquo; from the left side menu and run an algorithm to automatically arrange the nodes&lt;/li&gt;
&lt;li&gt;In the &amp;ldquo;Appearance&amp;rdquo; menu, set colors and sizes based on attributes to make the graph easier to read&lt;/li&gt;
&lt;li&gt;Deepen your analysis using &amp;ldquo;Filters&amp;rdquo; and &amp;ldquo;Metrics&amp;rdquo;&lt;/li&gt;
&lt;li&gt;The completed graph can be exported as an image (PNG) or data file (GEXF)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;p&gt;The following file formats are supported.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Format&lt;/th&gt;
          &lt;th&gt;Extension&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;CSV&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.csv&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Edge list format. The first row contains headers (Source, Target, etc.), and subsequent rows contain the data for each edge. The simplest format&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;GEXF&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.gexf&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Gephi&amp;rsquo;s standard XML format. Retains rich node/edge attributes and visual information&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;GraphML&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.graphml&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;A standard XML-based graph description format&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Graphology JSON&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;.json&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;JSON format for the Graphology library&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;CSV file format example:&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-csv&#34; data-lang=&#34;csv&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Source&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Target&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Weight&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;1.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Bob&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Charlie&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;2.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Alice&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;Charlie&lt;/span&gt;,&lt;span style=&#34;color:#e6db74&#34;&gt;1.5&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;The first row is the header (required)&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;Source&lt;/code&gt; (or &lt;code&gt;From&lt;/code&gt;, &lt;code&gt;Src&lt;/code&gt;) and &lt;code&gt;Target&lt;/code&gt; (or &lt;code&gt;To&lt;/code&gt;, &lt;code&gt;Dst&lt;/code&gt;) columns are automatically detected&lt;/li&gt;
&lt;li&gt;Other columns (such as Weight) are imported as edge attributes&lt;/li&gt;
&lt;li&gt;Nodes are automatically generated from the Source / Target values&lt;/li&gt;
&lt;li&gt;Character encoding supports both &lt;strong&gt;UTF-8&lt;/strong&gt; and &lt;strong&gt;Shift_JIS&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Histogram</title>
        <link>https://app.dataviz.jp/en/catalogue/histogram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/histogram/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;A data variable is sorted in ascending order to show its distribution. A data width called a &amp;ldquo;bin&amp;rdquo; is specified, and the count of data points within each bin is displayed. The bin width and the resulting counts determine the appearance of the histogram.&lt;/p&gt;
&lt;p&gt;If there are too few bins, the appearance becomes too coarse and fine differences go unnoticed. Conversely, if there are too many bins, the appearance becomes too detailed, making it difficult to grasp overall trends. The process of adjusting the bin width itself helps in understanding the characteristics of the data.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Parallel Coordinates</title>
        <link>https://app.dataviz.jp/en/parallel-coordinates/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/parallel-coordinates/</guid>
        <description>&lt;img src="https://app.dataviz.jp/parallel-coordinates/images/cover_parallel-coordinates.png" alt="Featured image of post Parallel Coordinates" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://parallel-coordinates.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/parallel-coordinates/images/cover_parallel-coordinates.png&#34; alt=&#34;Parallel Coordinates&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Parallel Coordinates&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;parallel-coordinates.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;An interactive chart specialized for comparing and exploring multidimensional data. Simply upload a CSV file, and numeric columns are displayed as parallel axes with each row drawn as a polyline crossing them. Brushing on each axis lets you filter data matching specific conditions, making it easy to discover patterns and outliers intuitively.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Brushing&lt;/strong&gt;: Drag vertically on each axis to specify a range and filter data matching the conditions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Axis reordering&lt;/strong&gt;: Drag column names horizontally to rearrange axis order. Place related metrics side by side for comparison&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scale switching&lt;/strong&gt;: Toggle between three modes — Original (raw values), Min-Max (0–1 normalization), and Z-Score (standardization)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Table synchronization&lt;/strong&gt;: The data table below syncs with brushing results. Hovering over a row highlights the corresponding line on the chart&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt;: Export filtered results as CSV and chart images as SVG/PNG&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Share&lt;/strong&gt; — Share the current view via URL. OGP images for social media are generated automatically&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project saving&lt;/strong&gt;: Save and restore data and settings (scale, axis order, brush ranges) to the cloud with thumbnails&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Click &amp;ldquo;CSV Upload&amp;rdquo; to load your data (or try &amp;ldquo;Sample&amp;rdquo; to use yogurt nutrition data)&lt;/li&gt;
&lt;li&gt;Drag vertically on an axis to narrow down a range of interest&lt;/li&gt;
&lt;li&gt;Switch the Scale to Min-Max or Z-Score as needed to compare metrics with different units&lt;/li&gt;
&lt;li&gt;Drag axis names horizontally to place items you want to compare next to each other&lt;/li&gt;
&lt;li&gt;Hover over a table row to highlight the corresponding line on the chart&lt;/li&gt;
&lt;li&gt;Export results as CSV/SVG/PNG, or save as a project to the cloud&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-format&#34;&gt;Data format
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;File format&lt;/strong&gt;: CSV (comma-separated, UTF-8)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Structure&lt;/strong&gt;: First row as header (column names), subsequent rows as data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Numeric columns&lt;/strong&gt;: Automatically detected and displayed as chart axes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;String columns&lt;/strong&gt;: Shown in the table but not included as chart axes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Missing values&lt;/strong&gt;: Empty cells are treated as missing&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Vega Editor</title>
        <link>https://app.dataviz.jp/en/vega-editor/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/vega-editor/</guid>
        <description>&lt;img src="https://app.dataviz.jp/vega-editor/images/cover_vega-editor.jpg" alt="Featured image of post Vega Editor" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/vega-editor/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;JSON 形式で可視化仕様を書くことで、インタラクティブなグラフやチャートをリアルタイムにレンダリング&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Vega Editor is a web-based IDE (editor) for writing, editing, and previewing Vega and Vega-Lite visualization specifications. By writing visualization specifications in JSON format, you can render interactive graphs and charts in real time. Vega and Vega-Lite are declarative visualization grammars that generate charts by defining data and display rules in JSON.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Text editor / code view&amp;hellip;Provides an editor for entering and editing Vega/Vega-Lite JSON.&lt;/li&gt;
&lt;li&gt;Real-time preview&amp;hellip;Instantly displays the edited specification as a visualization in the browser.&lt;/li&gt;
&lt;li&gt;Samples and templates&amp;hellip;Load example specs for learning and experimentation (a feature of the official version).&lt;/li&gt;
&lt;li&gt;Vega / Vega-Lite mode switching&amp;hellip;Edit and preview in both specification formats (a standard feature of the official tool).&lt;/li&gt;
&lt;li&gt;Sharing / Export&amp;hellip;Save and share specifications via GitHub Gist and other backend integrations (an official version feature).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Write specifications in JSON format&amp;hellip;Enter Vega or Vega-Lite specifications into the editor.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;View the preview&amp;hellip;The specification is rendered in real time so you can review the results.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Save and share as needed&amp;hellip;Save specifications to Gist or similar services for sharing with others (when backend integration is available).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;JSON (Vega / Vega-Lite specification)&amp;hellip;Describes the visualization definition (data references, transforms, encodings, marks, etc.) in JSON.&lt;/li&gt;
&lt;li&gt;Tabular data as data sources&amp;hellip;Vega/Vega-Lite can load external data either by embedding it directly within the JSON or by referencing CSV/TSV file URLs (as part of the specification standard).&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Voyager2</title>
        <link>https://app.dataviz.jp/en/voyager2/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/voyager2/</guid>
        <description>&lt;img src="https://app.dataviz.jp/voyager2/images/cover_voyager2.jpg" alt="Featured image of post Voyager2" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://voyager2.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/voyager2/images/cover_voyager2.jpg&#34; alt=&#34;Voyager2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Voyager2&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;データ探索（Exploratory Data Analysis, EDA）を支援するビジュアライゼーションツール&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;voyager2.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Voyager 2 is a visualization tool that supports Exploratory Data Analysis (EDA). It lets you load data in the browser and interactively explore and generate visualizations. The original project is a fork/derivative of Voyager developed on the Vega ecosystem, characterized by its combination of manual chart specification and automatic recommendations for exploration support.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Data exploration interface&amp;hellip;Load data and interact through panels for field lists, chart encodings, filtering, and more.&lt;/li&gt;
&lt;li&gt;Visualization recommendation&amp;hellip;Automatically generate related charts (related views) and multiple chart candidates using wildcards, displaying them alongside the current visualization (focus view).&lt;/li&gt;
&lt;li&gt;Partial specification with multiple chart generation&amp;hellip;Use wildcards to simultaneously generate and compare multiple visualization specifications.&lt;/li&gt;
&lt;li&gt;Interactive operations&amp;hellip;Drag and drop fields onto encoding channels and update visualizations in real time.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Load data&amp;hellip;Load tabular data such as CSV and review the field list.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Specify the visualization&amp;hellip;Drag fields to encoding channels (e.g., x-axis, y-axis, color) to create a visualization.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Use exploration support&amp;hellip;Simultaneously generate multiple views using wildcards, or use recommended views to broadly explore data.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Adjust and compare results&amp;hellip;Compare recommended visualizations and generated charts while deepening your analysis.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV, TSV)&lt;/li&gt;
&lt;li&gt;JSON&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Word Cloud</title>
        <link>https://app.dataviz.jp/en/word-cloud/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/word-cloud/</guid>
        <description>&lt;img src="https://app.dataviz.jp/word-cloud/images/cover_wordcloud.png" alt="Featured image of post Word Cloud" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://word-cloud.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/word-cloud/images/cover_wordcloud.png&#34; alt=&#34;Word Cloud&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Word Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本語に特化したWord Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;word-cloud.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;Word Cloud is a web tool that visualizes word frequency in text data by displaying more frequent words in larger sizes, creating a &amp;ldquo;word cloud&amp;rdquo; directly in the browser.&lt;/p&gt;
&lt;p&gt;Word clouds are a visualization technique used to intuitively grasp key words in text data at a glance. Word size and color represent frequency trends.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Text input / upload&amp;hellip;Enter text files or text data to generate a word cloud.&lt;/li&gt;
&lt;li&gt;Frequency analysis&amp;hellip;Counts word occurrences and adjusts word sizes according to their frequency.&lt;/li&gt;
&lt;li&gt;Word cloud display&amp;hellip;Renders the word cloud with sizes and arrangements corresponding to word frequency.&lt;/li&gt;
&lt;li&gt;Customization&amp;hellip;Adjust maximum/minimum font sizes, colors, layout, and more.&lt;/li&gt;
&lt;li&gt;Export / save&amp;hellip;Provides an interface to save generated results as images or SVG.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Input / upload text data&amp;hellip;Load text data using the text area or file upload.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Generate the word cloud&amp;hellip;Click the &amp;ldquo;Generate&amp;rdquo; button, and a word cloud based on word frequency within the text is displayed.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Customize&amp;hellip;Adjust parameters for font size, color, layout settings, etc.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Save results&amp;hellip;Download the generated word cloud as PNG / SVG or CSV.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Input formats
&lt;ul&gt;
&lt;li&gt;Text (TXT) or copy-and-paste strings: Input directly into the tool.&lt;/li&gt;
&lt;li&gt;CSV / TXT files: Upload files containing word lists or text data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Output formats
&lt;ul&gt;
&lt;li&gt;Images (PNG / SVG): Save the visualized word cloud as an image.&lt;/li&gt;
&lt;li&gt;CSV: Save the morphologically analyzed tokens (words) and their frequency data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Box-And‐Whisker Plot</title>
        <link>https://app.dataviz.jp/en/catalogue/box-andwhisker-plot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/box-andwhisker-plot/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This chart uses a box and lines (whiskers) to display five summary statistics. The positions of the box indicate the first quartile (25th percentile), the second quartile (50th percentile), and the third quartile (75th percentile), while the endpoints of the whiskers indicate the minimum and maximum values.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>QuickChart UI</title>
        <link>https://app.dataviz.jp/en/quickchart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/quickchart/</guid>
        <description>&lt;img src="https://app.dataviz.jp/quickchart/images/cover-quickchart.png" alt="Featured image of post QuickChart UI" /&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://quickchart.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/quickchart/images/cover-quickchart.png&#34; alt=&#34;QuickChart UI&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;QuickChart UI&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;URLだけでチャート画像生成&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;quickchart.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;what-is-this-tool&#34;&gt;What is this tool?
&lt;/h2&gt;&lt;p&gt;QuickChart is a tool that instantly generates static chart images (PNG, etc.) from specified data and chart definitions (Chart.js format) using only a URL.&lt;/p&gt;
&lt;p&gt;Its distinctive feature is the ability to create embeddable chart images for server-side applications, emails, reports, documents, and other environments where JavaScript cannot be executed.&lt;/p&gt;
&lt;p&gt;This tool provides a GUI for conveniently configuring those URL parameters.&lt;/p&gt;
&lt;h2 id=&#34;features&#34;&gt;Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Chart image generation&amp;hellip;Generate static chart images such as bar charts, line charts, and pie charts from settings specified via URL parameters or query strings.&lt;/li&gt;
&lt;li&gt;URL-only workflow&amp;hellip;Create charts using just the URL query, with no need to install complex libraries.&lt;/li&gt;
&lt;li&gt;Usable as images&amp;hellip;Generated charts are output as PNG or other image formats, making them easy to embed in web pages, reports, and emails.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to use
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;
&lt;ol&gt;
&lt;li&gt;Specify the chart configuration in JSON format via URL query parameters.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Use the generated image URL directly or download it.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-formats&#34;&gt;Data formats
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Tabular data (CSV)&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Density Plot</title>
        <link>https://app.dataviz.jp/en/catalogue/density-plot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/density-plot/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This chart depicts a probability distribution as a smooth curve. When kernel density estimation is used to draw the curve, it is sometimes referred to as a kernel density plot.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Violin Plot</title>
        <link>https://app.dataviz.jp/en/catalogue/violin-plot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/violin-plot/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;A density plot is mirrored and placed back-to-back, with the equivalent of a box plot drawn inside. The bottom end represents the minimum value, and the top end represents the maximum value. It allows for a more detailed understanding of the data than a box plot.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Ridgeline Plot</title>
        <link>https://app.dataviz.jp/en/catalogue/ridgeline-plot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/ridgeline-plot/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Density plots are displayed in a staggered, overlapping arrangement to compare multiple variables or groups.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Dot Plot</title>
        <link>https://app.dataviz.jp/en/catalogue/dot-plot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/dot-plot/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;A frequency distribution is shown with one dot representing one data point. It uses a single variable, with axes arranged in parallel. The horizontal axis represents data values or data classes, while the vertical axis represents frequency, with the number of dots indicating the count.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Beeswarm Plot</title>
        <link>https://app.dataviz.jp/en/catalogue/beeswarm-plot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/beeswarm-plot/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;This chart displays the distribution of a single data variable using one dot per data point. When showing multiple variables, they can be color-coded within a single chart or arranged side by side. Instead of stacking dots along an axis, dots are drawn as an evenly spaced cluster, so even when data points are concentrated in a particular range, the degree of concentration is visible as a wider area, and individual data points remain distinguishable.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Strip Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/strip-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/strip-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;A one-dimensional scatterplot where each data point is plotted along a single line. Each data point is represented as one dot, showing the distribution of a single variable. Unlike a bee swarm plot, which spreads points organically to avoid overlap, data points are plotted within a pre-defined axis range.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Pie Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/pie-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/pie-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;The angle within the circle represents the proportional size of data values. In recent years, there have been many negative opinions about its use, but it is perfectly fine as long as inappropriate practices are avoided, such as including too many items or distorting the appearance of proportions with 3D rendering.&lt;/p&gt;
&lt;p&gt;The maximum number of items should be around six; if more are needed, consider using a different chart type.&lt;/p&gt;
&lt;p&gt;There is also a variant called a donut chart, which has its center hollowed out. Since this makes it impossible to visually read angles, it is best avoided unless precise reading of values by angle is not critical or when it is used for effective presentation purposes.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Mekko Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/mekko-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/mekko-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This chart is similar to a 100% stacked bar chart but with two axes. Its key feature is the ability to simultaneously show the proportions of two variables. Although it appears simple, it can be surprisingly difficult to interpret, so it is important to supplement it with legends and annotations to aid understanding.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Waffle Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/waffle-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/waffle-chart/</guid>
        <description>&lt;p&gt;Named after the grid-patterned pastry it resembles, this chart arranges 100 squares in a 10x10 grid for a single category and uses color coding to show the proportion of each segment relative to the whole.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Stacked Densities</title>
        <link>https://app.dataviz.jp/en/catalogue/stacked-densities/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/stacked-densities/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Multiple variables are displayed simultaneously using density plots, with the full display area representing 100% to show proportions. Unlike a 100% stacked bar chart, this chart can handle continuous variables on the horizontal axis. The vertical axis shows the results of kernel density estimation in relative terms.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Gauge Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/gauge-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/gauge-chart/</guid>
        <description>&lt;p&gt;A semicircle is used to show proportional composition. Beyond simply displaying percentages, it can also represent each individual with a symbol such as a circle, showing both the number of seats and their proportions simultaneously. A well-known use case is displaying the number of seats won in a parliament.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Bar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/bar-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/bar-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;A bar chart represents the magnitude of one measure against one dimension (category) using the length of bars. For example, this is useful when you want to see the population (measure) for each prefecture (dimension). Since most people know how to read bar charts and they convey numerical values accurately through length, they can be used effectively in many situations.&lt;/p&gt;
&lt;p&gt;Because bar charts communicate values through length while also implying area, avoid using triangles instead of rectangles. Length and area do not scale proportionally, making it unclear which encoding the reader should use, which can lead to misinterpretation.&lt;/p&gt;
&lt;p&gt;There is no fundamental difference between a vertical bar chart (where bars extend vertically) and a horizontal bar chart (where bars extend horizontally). By convention, the independent variable is often placed on the horizontal axis and the dependent variable on the vertical axis, leading to more frequent use of vertical bar charts. However, this convention does not need to be strictly followed.&lt;/p&gt;
&lt;p&gt;Vertical bar charts are preferable when:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You want to display a bar chart alongside a line chart in the same space&lt;/li&gt;
&lt;li&gt;The display space is wider than it is tall and there are many dimension categories&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Horizontal bar charts are preferable when:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The dimension labels contain long text strings&lt;/li&gt;
&lt;li&gt;You want to include annotations&lt;/li&gt;
&lt;li&gt;The display space is taller than it is wide and there are many dimension categories&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Stacked Bar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/stacked-bar-chart-numeric/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/stacked-bar-chart-numeric/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;For a single dimension, multiple measures are displayed simultaneously as stacked heights. Each measure is differentiated by color or texture. The measure values are treated as absolute numbers.&lt;/p&gt;
&lt;p&gt;Since proportions are conveyed through length, they are easier to perceive accurately than angles in a pie chart. For more precise communication of values, this chart is preferable to a pie chart.&lt;/p&gt;
&lt;p&gt;A chart that shows measure values as proportions is distinguished by the name &amp;ldquo;100% stacked bar chart.&amp;rdquo; The entire chart display area represents 100%, and each measure is shown as a proportion of the whole.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Grouped Bar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/grouped-bar-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/grouped-bar-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;A single measure is shown as the bar height across multiple dimensions (categories). Bars are positioned so that groups are visually identifiable. Avoid combining grouped bar chart grouping with stacked bar chart stacking (stacking measures) at the same time.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Heatmap</title>
        <link>https://app.dataviz.jp/en/catalogue/heatmap/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/heatmap/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Data values are represented by color within a grid of tiled rectangles. This chart is not for examining correlations; rather, it displays colors in a sequential order, such as from top-left to bottom-right like a calendar. Although it looks similar, the chart used for examining correlations is called a correlogram.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Bullet Graph</title>
        <link>https://app.dataviz.jp/en/catalogue/bullet-graph/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/bullet-graph/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Displayed alongside a bar chart, this graph shows the difference from a target and qualitative evaluations (such as good, average, or poor) inside the bar. A thin rule line running in the same direction as the bar may be used to indicate specific quantities, or to mark the target value as a reference point.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Symbol Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/symbol-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/symbol-chart/</guid>
        <description>&lt;p&gt;Data values are represented using symbols (such as circles or squares), with their area or color encoding the values. The arrangement order is not fixed; symbols may be placed from the center outward in descending order of size, or arranged from left to right.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Isotype Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/isotype-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/isotype-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Pictograms are used to represent quantities by lining up the corresponding number of icons. By using different types of pictograms, categories can be indicated. However, it is preferable that the pictograms are relevant to the theme being addressed.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Radar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/radar-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/radar-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;This is one of the best charts for comparing groups with multiple variables in a polar coordinate system. Typically, the variables are evenly spaced at angles determined by dividing the full circle (360 degrees) by the number of variables. It can be thought of as parallel coordinates mapped onto a polar coordinate system.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Polar Area Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/polar-area-chart-numeric/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/polar-area-chart-numeric/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;A chart in a polar coordinate system with equal angles, where qualitative data is assigned to the angle and quantitative data is compared by the distance from the origin. It can be thought of as a bar chart arranged in polar coordinates.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Parallel Coordinates</title>
        <link>https://app.dataviz.jp/en/catalogue/parallel-coordinates/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/parallel-coordinates/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;The chart name itself describes the coordinate system, with multiple axes arranged in parallel. Compared to radar charts, the key differences are: the ability to compare more variables simultaneously, the ability to find correlated variables by reordering the axes, and the ability to perform &amp;ldquo;brushing&amp;rdquo; &amp;ndash; filtering data along specific axes (depending on the tool&amp;rsquo;s capabilities).&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Parallel Sets</title>
        <link>https://app.dataviz.jp/en/catalogue/parallel-sets/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/parallel-sets/</guid>
        <description>&lt;p&gt;Inspired by parallel coordinates, but with key differences: it represents the frequency of categorical data and uses areas instead of lines. The chart is often colored according to the values of the highest-priority axis, allowing users to explore the chart using color as a guide.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Scatterplot</title>
        <link>https://app.dataviz.jp/en/catalogue/scatterplot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/scatterplot/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Used to examine the correlation between two measure variables. To explore correlations among variables within a dataset, use a scatterplot matrix.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Bubble Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/bubble-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/bubble-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Similar to a scatter plot, but with two additional visual attributes &amp;ndash; circle size and color &amp;ndash; to which two more variables can be assigned. This makes it effective for examining correlation trends while simultaneously checking whether characteristics differ across groups. In this context, a chart that adds two visual variables to a scatter plot is referred to as a bubble chart, distinguishing it from a symbol chart that uses circles.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Scatterplot Matrix</title>
        <link>https://app.dataviz.jp/en/catalogue/scatterplot-matrix/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/scatterplot-matrix/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;To exhaustively explore correlations among variables within a dataset, variables are arranged in a matrix and a scatterplot is drawn at each intersection using the corresponding pair of variables, enabling more efficient exploration.&lt;/p&gt;
&lt;p&gt;When the two intersecting variables are the same, there is no need to examine correlation, so a histogram is displayed instead. Since the order of two intersecting variables does not matter, the same pair of variables appears in two locations. Rather than displaying the same scatterplot twice, one of the locations may show the correlation coefficient instead.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Correlogram</title>
        <link>https://app.dataviz.jp/en/catalogue/correlogram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/correlogram/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Used when you want to identify correlations more concisely than with a scatter plot matrix. Variables are arranged in a matrix in the same manner, and the correlation coefficient for each pair of variables is displayed &amp;ndash; primarily through color &amp;ndash; at their intersection. Redundant combinations (identical variable pairs and previously shown pairs) are omitted.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Word Crowd</title>
        <link>https://app.dataviz.jp/en/catalogue/word-crowd/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/word-crowd/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://word-cloud.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_wordcloud.png&#34; alt=&#34;Word Cloud&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Word Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本語に特化したWord Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;word-cloud.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Words appearing in a document, paragraph, or text are sized based on their frequency and arranged around the center of the chart drawing area. However, since the original character length of words affects their visual size, this chart is not well suited for reading precise numerical values.&lt;/p&gt;
&lt;p&gt;Text color can encode an additional variable, but many word clouds in the wild use meaningless random coloring, which is inappropriate as a visual expression (it becomes noise). If there is no suitable variable to map, there is no need to force colorful styling.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Word Bubbie</title>
        <link>https://app.dataviz.jp/en/catalogue/word-bubbie/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/word-bubbie/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://word-cloud.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_wordcloud.png&#34; alt=&#34;Word Cloud&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Word Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;日本語に特化したWord Cloud&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;word-cloud.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;This representation addresses a shortcoming of word clouds &amp;ndash; that the original character length of words affects their visual size, making accurate numerical reading difficult. Circles are placed behind each word, and the area of each circle represents the numerical value. While word font size does not encode the value, words may be drawn at several different sizes for classified grouping. The circles are typically distributed evenly around the center point.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Venn Diagram, Euler Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/venn-diagram-euler-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/venn-diagram-euler-diagram/</guid>
        <description>&lt;p&gt;Visualizes textual data belonging to multiple attributes (more like tags than categories, in the sense that items can belong to multiple attributes simultaneously). It is known as a diagram that uses closed curves (closed shapes formed by closed lines) to represent set-theoretic relationships.&lt;/p&gt;
&lt;p&gt;A Venn diagram is used in mathematics, logic, and other fields when &amp;ldquo;all intersections of sets must be shown.&amp;rdquo; A chart that only needs to show the assumed combinations is called an Euler diagram.&lt;/p&gt;
&lt;p&gt;While the name &amp;ldquo;Venn diagram&amp;rdquo; is more widely recognized, in practice Euler diagrams are used more frequently. It is worth noting this discrepancy.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Stem and Leaf PIot</title>
        <link>https://app.dataviz.jp/en/catalogue/stem-and-leaf-piot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/stem-and-leaf-piot/</guid>
        <description>&lt;p&gt;The basic structure displays data values split into two parts. The stem represents the leading portion of the data and is usually arranged vertically. The leaf represents the detailed portion and is arranged horizontally. It resembles a histogram, but instead of showing the distribution with bars (area), the actual data values are written directly. A train station timetable is a perfect example of this chart.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Typographic Scatterpiots</title>
        <link>https://app.dataviz.jp/en/catalogue/typographic-scatterpiots/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/typographic-scatterpiots/</guid>
        <description>&lt;p&gt;Instead of dots in a scatterplot, the actual typefaces or words representing data values are displayed directly. Variations include bubble chart adaptations, where additional variables are assigned to color or size.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Line Chart with River Labei</title>
        <link>https://app.dataviz.jp/en/catalogue/line-chart-with-river-labei/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/line-chart-with-river-labei/</guid>
        <description>&lt;p&gt;Text representing data values is displayed directly inside or in place of the lines in a line chart.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Parallel Coordinates with River Label</title>
        <link>https://app.dataviz.jp/en/catalogue/parallel-coordinates-with-river-label/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/parallel-coordinates-with-river-label/</guid>
        <description>&lt;p&gt;Text representing data values is displayed directly inside or in place of the lines in a parallel coordinates chart.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Typographic Graph</title>
        <link>https://app.dataviz.jp/en/catalogue/typographic-graph/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/typographic-graph/</guid>
        <description>&lt;p&gt;A network graph diagram where related words are connected as links. The nodes display the actual typefaces or words directly, and the links are represented as lines.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Typographic Mekko chart</title>
        <link>https://app.dataviz.jp/en/catalogue/typographic-mekko-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/typographic-mekko-chart/</guid>
        <description>&lt;p&gt;The corresponding data values are displayed directly as text inside the rectangles of a standard Mekko chart.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Typographic Stacked Bar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/typographic-stacked-bar-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/typographic-stacked-bar-chart/</guid>
        <description>&lt;p&gt;The corresponding data values are displayed directly as text inside the rectangles of a standard stacked bar chart.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Text Skimming</title>
        <link>https://app.dataviz.jp/en/catalogue/text-skimming/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/text-skimming/</guid>
        <description>&lt;p&gt;The paragraph of text takes center stage, with internal data applied to it. To improve the readability of the text, inherent characteristics are processed as internal data and used for visual representation.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Spark words</title>
        <link>https://app.dataviz.jp/en/catalogue/spark-words/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/spark-words/</guid>
        <description>&lt;p&gt;The paragraph of text takes center stage, with external data applied to it. Data related to the text is rendered as charts or other visualizations, and the colors used in those visualizations are applied to the corresponding words or sentences within the text, enhancing the cross-referenceability between the text and external data.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Line Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/line-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/line-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;A commonly used chart type. The horizontal axis represents time, and a non-time variable is assigned to the vertical axis. By connecting data points with lines, the slope of the lines visually conveys the magnitude of change.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Area chart</title>
        <link>https://app.dataviz.jp/en/catalogue/area-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/area-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;An area chart has nearly the same structure as a line chart, with the difference being that the area enclosed between the line and the axis is filled with color. When displaying multiple items in a single chart, be aware that overlapping areas may obscure the data. In such cases, consider using semi-transparent fills, re-aggregating the data so that layers stack without overlapping along the Z-axis, or using a stream graph instead.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Stream graph</title>
        <link>https://app.dataviz.jp/en/catalogue/stream-graph/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/stream-graph/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Similar to a stacked area chart, but without an explicit horizontal axis. Instead, it uses both upward and downward directions from the baseline to display quantities as areas. Depending on the tool used, the shape of the graph may vary based on the order of columns in the input data file.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Connected Scatterplot</title>
        <link>https://app.dataviz.jp/en/catalogue/connected-scatterplot/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/connected-scatterplot/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Like a standard scatter plot, variables are assigned to two axes. The plotted points are then connected in chronological order. Neither axis uses a time scale. This chart can effectively represent temporal differences between two variables as loop-shaped patterns, and distinctive features of the shape lend themselves well to annotations. However, there is a trade-off between its novelty and the difficulty of interpretation.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Diverging Bar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/diverging-bar-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/diverging-bar-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This chart uses bar graphs to show changes over time for divergent data &amp;ndash; data that deals with opposing sides or increases and decreases.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Diverging Stacked Bar Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/diverging-stacked-bar-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/diverging-stacked-bar-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Similar to a diverging bar chart, but with the ability to handle multiple numerical variables simultaneously.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Candlestick Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/candlestick-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/candlestick-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;For each unit of time in a time series, this chart simultaneously displays data such as the maximum value, minimum value, opening value, and closing value. It is commonly used for social activities such as stock market price movements, and is also sometimes applied to natural phenomena such as temperature.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Gantt Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/gantt-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/gantt-chart/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;The horizontal axis represents time, showing the duration for each category. It is used to compare the active periods of people or services, or to show the timeline breakdown of a single project.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Bump chart</title>
        <link>https://app.dataviz.jp/en/catalogue/bump-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/bump-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://data-illustrator.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_data-illustrator.jpg&#34; alt=&#34;Data Illustrator&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Data Illustrator&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Create diverse charts with ease&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;data-illustrator.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This chart shows how the ranking of items changes over time. It can be thought of as a simplified line chart focused specifically on changes in rank order. Even when the underlying data is numerical, values are converted to rankings for display.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Time―Distance Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/timedistance-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/timedistance-diagram/</guid>
        <description>&lt;p&gt;Used in railway timetable diagrams. It has two axes: time and travel distance (marked by stations or place names), and uses lines to show when and where moving objects such as trains are located.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Calendar Heat Map</title>
        <link>https://app.dataviz.jp/en/catalogue/calendar-heat-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/calendar-heat-map/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Data values are displayed primarily through color in cells arranged like a calendar. The calendar layout allows data values to be shown along cyclical time periods such as weeks and months. Rather than discovering periodicity in data without preconceptions, this chart is better suited for examining distributions and cyclical patterns in a format aligned with familiar social conventions.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Circular Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/circular-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/circular-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Typically starting from the 12 o&amp;rsquo;clock position, the passage of time is represented along the circumference of a circle, with values shown using lines, areas, or bars. The layout is arranged so that one complete revolution around the circle represents one full time cycle.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Polar Area Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/polar-area-chart-time/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/polar-area-chart-time/</guid>
        <description>&lt;p&gt;Equal angles represent the passage of fixed time intervals, and the distance from the origin indicates the magnitude of another data variable. Florence Nightingale&amp;rsquo;s coxcomb chart is a famous example of using this chart as a time-series visualization, but in modern practice, it is rarely used for time-series purposes.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Spiral Chart</title>
        <link>https://app.dataviz.jp/en/catalogue/spiral-chart/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/spiral-chart/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Typically, time progression is represented along the circumference starting from the 12 o&amp;rsquo;clock position. Unlike circular charts or polar area charts, which complete in a single revolution, this chart represents data in a spiral pattern to highlight periodicity. However, a drawback is that as the spiral extends to two or three revolutions, comparisons become more difficult.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Dot Map</title>
        <link>https://app.dataviz.jp/en/catalogue/dot-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/dot-map/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Each dot represents one data point (1 dot = 1 data item), showing the distribution of data using dots (circles). No variable is assigned to the size of the dots (maps that do assign a variable to dot size are called symbol maps). Since each dot corresponds one-to-one with individual data, it is possible to search for specific items in space.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Dot Density Map</title>
        <link>https://app.dataviz.jp/en/catalogue/dot-density-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/dot-density-map/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Unlike a dot map, in a dot density map each dot represents multiple data points, showing the distribution of density through dots (circles). No variable is assigned to the size of the dots. Rather than focusing on individual data points, this map is used to understand continuous phenomena across large-scale datasets.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Graduated Symbol Map</title>
        <link>https://app.dataviz.jp/en/catalogue/graduated-symbol-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/graduated-symbol-map/</guid>
        <description>&lt;p&gt;A symbol map uses shapes such as circles, squares, stars, or theme-specific figures, with variables assigned to both their size and color. A graduated symbol map is a type of symbol map that uses classified (graduated) data.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Proportional Symbol Map</title>
        <link>https://app.dataviz.jp/en/catalogue/proportional-symbol-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/proportional-symbol-map/</guid>
        <description>&lt;p&gt;A type of symbol map that uses unclassified (proportional) data.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>3D Bar Chart Map</title>
        <link>https://app.dataviz.jp/en/catalogue/3d-bar-chart-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/3d-bar-chart-map/</guid>
        <description>&lt;p&gt;When data points are distributed continuously, this chart represents data using 3D bars arranged in a grid pattern, encoding values through the area (height), color, and direction (upward or downward) of each bar.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Graduated Flow Map</title>
        <link>https://app.dataviz.jp/en/catalogue/graduated-flow-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/graduated-flow-map/</guid>
        <description>&lt;p&gt;A flow map is a map that represents the flow or movement between locations, and this type uses classified (graduated) data. Compared to proportional flow maps, it makes it easier to quickly grasp overall general trends.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Proportional Flow Map</title>
        <link>https://app.dataviz.jp/en/catalogue/proportional-flow-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/proportional-flow-map/</guid>
        <description>&lt;p&gt;A flow map is a map that represents the flow or movement between locations, and this type uses unclassified (proportional) data. Compared to graduated flow maps, it allows for more accurate and detailed analysis.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Choropleth Map</title>
        <link>https://app.dataviz.jp/en/catalogue/choropleth-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/choropleth-map/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Data values are represented by coloring geographic shapes defined by administrative boundaries such as national or prefectural borders. Ensure that the geographic enumeration units are consistent. While the familiarity of seeing a recognizable map colored in is an advantage, the varying sizes of administrative areas can distort the perceived magnitude of data values. Some choropleth maps classify data into discrete classes, while others do not.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Dasymetric Map</title>
        <link>https://app.dataviz.jp/en/catalogue/dasymetric-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/dasymetric-map/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Nearly identical to a choropleth map, but instead of using administrative boundaries, it increases geographic precision by strictly distinguishing uninhabitable areas such as mountains and lakes.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Continuous Cartogram</title>
        <link>https://app.dataviz.jp/en/catalogue/continuous-cartogram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/continuous-cartogram/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;A map that assigns data values to area is called a cartogram. In a continuous cartogram, the administrative boundaries such as national or prefectural borders are preserved, and data values are assigned not only to color but also to area. Because the boundaries remain intact, adjacent regions influence each other through their distorted areas, resulting in an overall warped shape. There is an engaging quality to seeing a familiar map become distorted.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Non‐Continuous Cartogram</title>
        <link>https://app.dataviz.jp/en/catalogue/noncontinuous-cartogram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/noncontinuous-cartogram/</guid>
        <description>&lt;p&gt;A type of cartogram in which regions are displayed separated at national or prefectural borders, with data values applied to their areas. As a result, regions are not affected by the distortion of adjacent areas.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Pseudo-Continuous Cartogram</title>
        <link>https://app.dataviz.jp/en/catalogue/pseudo-continuous-cartogram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/pseudo-continuous-cartogram/</guid>
        <description>&lt;p&gt;Regions such as prefectures are all represented using identical geometric shapes such as circles, squares, or hexagons, with data values expressed through area and coloring. Since geometric shapes are used instead of actual terrain, a key advantage is that it is easier to compare data values by area.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Gridded Cartogram</title>
        <link>https://app.dataviz.jp/en/catalogue/gridded-cartogram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/gridded-cartogram/</guid>
        <description>&lt;p&gt;Regions such as prefectures or municipalities are all represented using identical shapes such as circles, squares, or hexagons, where the number of shapes represents area and coloring represents data values.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Isolines Map</title>
        <link>https://app.dataviz.jp/en/catalogue/isolines-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/isolines-map/</guid>
        <description>&lt;p&gt;Unclassified data is used to divide regions with isolines. Rather than splitting the data into discrete categories, the placement of isolines is determined based on the natural patterns of change in the data. The spacing between isolines is adjusted according to the magnitude of data variation. Where data changes rapidly, isolines are densely packed; where changes are gradual, they are spaced further apart.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Isopleths Map</title>
        <link>https://app.dataviz.jp/en/catalogue/isopleths-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/isopleths-map/</guid>
        <description>&lt;p&gt;Classified data is used to color regions delineated by isopleths (contour lines). Data values are categorized into defined classes, with each class assigned a corresponding color or texture. By dividing data into discrete categories, characteristics can be clearly and distinctly revealed. Although colloquially referred to as a &amp;ldquo;heat map,&amp;rdquo; this is not its formal name. To distinguish it from the non-map-based chart of the same name, it is recommended to use the proper term.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Chartmaps</title>
        <link>https://app.dataviz.jp/en/catalogue/chartmaps/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/chartmaps/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Statistical charts reflecting regional data are drawn on a map. In the case of pie charts, a variable can also be assigned to the overall area of each pie. This can be thought of as small multiples arranged according to geographic positions on a map.&lt;/p&gt;
&lt;p&gt;A drawback is that in densely packed areas &amp;ndash; such as the southern Kanto region where prefectures are clustered together &amp;ndash; charts may not fit in their proper locations and need to be repositioned (for example, placing Tokyo&amp;rsquo;s chart over Tokyo Bay), which diminishes the effectiveness of the geographic layout.&lt;/p&gt;
&lt;p&gt;If making charts smaller allows them to fit but compromises readability, consider using standard small multiples instead of this map-based approach.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Vector Field Map</title>
        <link>https://app.dataviz.jp/en/catalogue/vector-field-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/vector-field-map/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://vega-editor.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_vega-editor.jpg&#34; alt=&#34;Vega Editor&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Vega Editor&lt;/div&gt;&lt;div class=&#34;external-link-card__description&#34;&gt;Write visualization specs in JSON to render interactive graphs and charts in real time&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;vega-editor.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;When continuously distributed data indicates direction and energy, such as wind direction, lines are drawn from each point of origin to visualize the continuous data. This technique is also used in weather data services to represent air currents and ocean currents.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>3D Choropleth Map</title>
        <link>https://app.dataviz.jp/en/catalogue/3d-choropleth-map/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/3d-choropleth-map/</guid>
        <description>&lt;p&gt;A choropleth map extended into 3D by adding height. In addition to the color used in a 2D choropleth, data variables can be assigned to the height dimension. This allows for an integrated dimension where the same data variable is mapped to both color and height, or a separated dimension where different data variables are assigned to color and height independently.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Vertical Trees, Horizontal Trees</title>
        <link>https://app.dataviz.jp/en/catalogue/vertical-trees-horizontal-trees/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/vertical-trees-horizontal-trees/</guid>
        <description>&lt;p&gt;A connection-based chart that arranges parent, child, and grandchild data in a single direction. When arranged vertically, it is called a vertical tree; when arranged horizontally, it is called a horizontal tree. A connection-based chart that arranges data in multiple directions is called a multi-directional tree.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Radial Trees</title>
        <link>https://app.dataviz.jp/en/catalogue/radial-trees/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/radial-trees/</guid>
        <description>&lt;p&gt;This is a connection-based chart that uses a polar coordinate layout, placing the parent at the center, its children on the surrounding ring, and grandchildren on the next outer ring.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Icicle Plots</title>
        <link>https://app.dataviz.jp/en/catalogue/icicle-plots/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/icicle-plots/</guid>
        <description>&lt;p&gt;An area-based chart that arranges parent, child, and grandchild data in a single direction. The data values themselves are represented by length (area), showing the relative proportions at each hierarchical level.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Sunburst</title>
        <link>https://app.dataviz.jp/en/catalogue/sunburst/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/sunburst/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;An area-based chart that uses a polar coordinate layout, placing the parent at the center, its children on the surrounding ring, and grandchildren on the next outer ring. Data values are represented by angles showing relative proportions within each hierarchical level. It is called a &amp;ldquo;sunburst&amp;rdquo; because its appearance resembles an exploding sun.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Treemaps</title>
        <link>https://app.dataviz.jp/en/catalogue/treemaps/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/treemaps/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;An area-based, nested chart where each data item is represented as a rectangle. A well-known example is the chart showing market capitalization and stock price changes in the stock market.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Circle Packing</title>
        <link>https://app.dataviz.jp/en/catalogue/circle-packing/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/circle-packing/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;An area-based, nested chart type in which individual data points are represented as circles.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Force Directed Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/force-directed-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/force-directed-diagram/</guid>
        <description>&lt;p&gt;Tools that can create this chart&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gephi-lite.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_gephi-lite.jpg&#34; alt=&#34;Gephi Lite&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Gephi Lite&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gephi-lite.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;This chart simulates magnetic and elastic forces on nodes to position them at even intervals. Since the absolute positions often change each time the simulation is run, it is not well suited for comparing multiple datasets.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Arc Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/arc-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/arc-diagram/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Nodes are arranged in a single row, and links are shown as arc-shaped lines. Variables are represented through the thickness and color of the link lines.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Bio Fabric</title>
        <link>https://app.dataviz.jp/en/catalogue/bio-fabric/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/bio-fabric/</guid>
        <description>&lt;p&gt;Nodes are represented as horizontal lines rather than points, and links are shown as vertical lines. This approach solves a notable drawback of connection-type network diagrams, where the visibility of link lines deteriorates significantly when the number of links is large.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Circular Layout</title>
        <link>https://app.dataviz.jp/en/catalogue/circular-layout/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/circular-layout/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://cytoscape.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_cytoscape.jpg&#34; alt=&#34;Cytoscape&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Cytoscape&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;cytoscape.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://gephi-lite.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_gephi-lite.jpg&#34; alt=&#34;Gephi Lite&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Gephi Lite&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;gephi-lite.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Nodes are evenly distributed around the full circumference of a circle, and links are displayed inside the circle.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Chord Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/chord-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/chord-diagram/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Similar to a circular layout, nodes are distributed around the full circumference of a circle. However, in a chord diagram, data values are assigned to the arc angle of each node. Links are then displayed inside the circle.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Geography Based Connection</title>
        <link>https://app.dataviz.jp/en/catalogue/geography-based-connection/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/geography-based-connection/</guid>
        <description>&lt;p&gt;Nodes are displayed on a map, and their relationships are represented by connecting lines. A geographic coordinate system is used for spatial transformation.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Alluvial Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/alluvial-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/alluvial-diagram/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;This chart shows how a set of categorical data variables are grouped across various dimensions (such as year, country of origin, research category, document type, publishing journal, etc.). It is well suited for illustrating how multiple categorical variables in a dataset are interrelated.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Sankey Diagram</title>
        <link>https://app.dataviz.jp/en/catalogue/sankey-diagram/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/sankey-diagram/</guid>
        <description>&lt;p&gt;You can create this chart with&amp;hellip;&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://rawgraphs.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_rawgraphs-db.jpg&#34; alt=&#34;RAWGraphs2&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;RAWGraphs2&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;rawgraphs.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://sankeymatic.dataviz.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;https://app.dataviz.jp/images/cover_sankeymatic.png&#34; alt=&#34;Sankeymatic&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Sankeymatic&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;sankeymatic.dataviz.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;A visual summary of the flow volume and direction of quantitative data variables as they pass through stages of a process or system. It can make complex systems easier to understand. It can also be used as a marketing conversion funnel.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Adiacency Matrix</title>
        <link>https://app.dataviz.jp/en/catalogue/adiacency-matrix/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/catalogue/adiacency-matrix/</guid>
        <description>&lt;p&gt;A matrix-based network diagram. In connection-type network diagrams, the visibility of links can deteriorate significantly as the number of nodes increases (known as the hairball problem), but adjacency matrices do not suffer from this issue. However, they tend to require more display space compared to other chart types. Sorting the rows and columns by a particular data value can also make exploration more efficient.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Changelog</title>
        <link>https://app.dataviz.jp/en/changelog/</link>
        <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/changelog/</guid>
        <description>&lt;h2 id=&#34;roadmap&#34;&gt;Roadmap
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;AI-powered automatic chart selection and visualization tool&lt;/li&gt;
&lt;li&gt;Project sharing within organizations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And more. This list will be updated as needed.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ Public sharing feature for created interactive visualization content&lt;/li&gt;
&lt;li&gt;✅ CSV support for data used in Cytoscape, Gephi, and similar tools&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;changelog&#34;&gt;Changelog
&lt;/h2&gt;&lt;h3 id=&#34;april-12-2026&#34;&gt;April 12, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Localized checkout and sign-up flows for English users. The entire subscription experience — from pricing to payment — is now available in English.&lt;/li&gt;
&lt;li&gt;Introduced USD pricing for international users. Plans now start at $17/month for individuals and $72/month for small teams.&lt;/li&gt;
&lt;li&gt;Renamed &amp;ldquo;Enterprise Plan&amp;rdquo; to &amp;ldquo;Group Plan&amp;rdquo; for consistency across billing and pricing pages.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-9-2026&#34;&gt;April 9, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Launched multi-user plans for teams and departments. Choose from plans for 5, 10, or 30 members.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-8-2026&#34;&gt;April 8, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Fixed a display issue around the common header that occurred in some tools.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-5-2026&#34;&gt;April 5, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Japanese-Western Calendar Converter&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-3-2026&#34;&gt;April 3, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Launched the &amp;ldquo;Data Library&amp;rdquo; page. Accessible from the navigation bar, it lets you browse and search sample datasets available across tools, then launch a compatible tool with the selected data.&lt;/li&gt;
&lt;li&gt;Added a &amp;ldquo;Sample Data&amp;rdquo; button to each tool&amp;rsquo;s toolbar. You can now browse and load compatible sample datasets directly from within the tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;april-2-2026&#34;&gt;April 2, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;The account dashboard domain has been changed from auth.dataviz.jp to app.dataviz.jp. You will be redirected automatically, but please update your bookmarks.&lt;/li&gt;
&lt;li&gt;The tools listing page has been moved from the public site &lt;code&gt;https://www.dataviz.jp/&lt;/code&gt; to the members-only page &lt;code&gt;https://app.dataviz.jp/&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-31-2026&#34;&gt;March 31, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added a corporate number database that can be called from OpenRefine&amp;rsquo;s &amp;ldquo;Reconciliation&amp;rdquo; feature&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-24-2026&#34;&gt;March 24, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Draw-to-Answer Line Chart&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-23-2026&#34;&gt;March 23, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;3D Surface Chart&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Added public sharing feature to Parallel Coordinates&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-18-2026&#34;&gt;March 18, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added CSV format and Shift JIS data file support for Gephi and Cytoscape&lt;/li&gt;
&lt;li&gt;Added a spiral chart example using RawGraphs to the showcase&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-17-2026&#34;&gt;March 17, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added Shift JIS data file support for RawGraphs, Parallel Coordinates, Voyager, Word Cloud, and Data Illustrator&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-14-2026&#34;&gt;March 14, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Parallel Coordinates&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-12-2026&#34;&gt;March 12, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Removed unnecessary line breaks within cells in Tabula&lt;/li&gt;
&lt;li&gt;Added new tool: &amp;ldquo;Text Entity Extraction Tool&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;march-11-2026&#34;&gt;March 11, 2026
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;The service was officially launched.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Privacy Policy</title>
        <link>https://app.dataviz.jp/en/privacy/</link>
        <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/privacy/</guid>
        <description>&lt;p&gt;Version 1 - Enacted: March 10, 2026&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Data Toolbox&amp;rdquo; (hereinafter referred to as &amp;ldquo;the Service&amp;rdquo;) considers the protection of users&amp;rsquo; personal information to be an important responsibility, and hereby establishes the following Privacy Policy.&lt;/p&gt;
&lt;p&gt;This Policy describes how personal information is handled within the Service.&lt;/p&gt;
&lt;h2 id=&#34;1-information-we-collect&#34;&gt;1. Information We Collect
&lt;/h2&gt;&lt;p&gt;The Service may collect the following information.&lt;/p&gt;
&lt;h3 id=&#34;data-that-users-visualize-and-analyze&#34;&gt;Data That Users Visualize and Analyze
&lt;/h3&gt;&lt;p&gt;The Service provides tools primarily intended for data visualization and analysis.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Basic Operation&lt;/strong&gt;
Data uploaded or entered by users (file contents such as CSV, Excel, JSON, manually entered data, etc.) is processed &lt;strong&gt;on the client side (within the user&amp;rsquo;s browser)&lt;/strong&gt; for most features.
This data is not sent to or stored on the Service&amp;rsquo;s servers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;When the Save Feature Is Used&lt;/strong&gt;
In certain visualization tools, only when the user &lt;strong&gt;explicitly selects &amp;ldquo;Save&amp;rdquo;&lt;/strong&gt;, the following data is stored on the server:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chart and configuration data that the user has instructed to save&lt;/li&gt;
&lt;li&gt;Data processing via OpenRefine (temporary storage to prevent loss of work data)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Saved data is handled as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is linked to the user&amp;rsquo;s account and accessible only by the user.&lt;/li&gt;
&lt;li&gt;Purpose of storage: Re-display, editing, and sharing (when permitted by the user) of saved content&lt;/li&gt;
&lt;li&gt;Retention period: Until the user deletes it (or all data is deleted upon account deletion)&lt;/li&gt;
&lt;li&gt;Upon request for deletion, data will be promptly removed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Note Regarding Data Containing Personal Information&lt;/strong&gt;
The Service &lt;strong&gt;does not review or screen the content&lt;/strong&gt; of data entered or uploaded by users in advance.
If you upload data containing personal information to the server using the save feature, please handle it &lt;strong&gt;under your own responsibility&lt;/strong&gt;.
Unless you use the save feature, no data, including any personal information, will remain on the server.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Unless the save feature is used, no data that has been entered or uploaded (including data containing personal information) will remain on the server. However, OpenRefine performs temporary storage to prevent loss of work state.&lt;/p&gt;
&lt;h3 id=&#34;retention-period&#34;&gt;Retention Period
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Data stored on the server using the save feature (charts, settings, source data, etc.) is retained &lt;strong&gt;until the user instructs its deletion&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;If an account deletion request is made, all associated saved data will be completely deleted &lt;strong&gt;without delay (typically within 7 days)&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;information-provided-by-users&#34;&gt;Information Provided by Users
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Name&lt;/li&gt;
&lt;li&gt;Email address&lt;/li&gt;
&lt;li&gt;Account information&lt;/li&gt;
&lt;li&gt;Inquiry details&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;information-collected-during-service-use&#34;&gt;Information Collected During Service Use
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Service usage history&lt;/li&gt;
&lt;li&gt;IP address&lt;/li&gt;
&lt;li&gt;Browser information&lt;/li&gt;
&lt;li&gt;Information obtained through cookies and similar technologies&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;payment-related-information&#34;&gt;Payment-Related Information
&lt;/h3&gt;&lt;p&gt;The Service uses the external payment service &lt;strong&gt;Stripe, Inc.&lt;/strong&gt; for processing payments for paid services.&lt;/p&gt;
&lt;p&gt;Credit card information entered by users is &lt;strong&gt;sent directly to Stripe&amp;rsquo;s system and is not stored on the Service&amp;rsquo;s servers.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The payment-related information that the Service may obtain is limited to non-sensitive information such as the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Payment status&lt;/li&gt;
&lt;li&gt;Card brand&lt;/li&gt;
&lt;li&gt;Last 4 digits of the card number&lt;/li&gt;
&lt;li&gt;Payment date and time&lt;/li&gt;
&lt;li&gt;Subscription status&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;2-purpose-of-use-of-personal-information&#34;&gt;2. Purpose of Use of Personal Information
&lt;/h2&gt;&lt;p&gt;The information collected is used for the following purposes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provision and operation of the Service&lt;/li&gt;
&lt;li&gt;Management of user accounts&lt;/li&gt;
&lt;li&gt;Improvement and development of the Service&lt;/li&gt;
&lt;li&gt;Responding to inquiries&lt;/li&gt;
&lt;li&gt;Prevention of unauthorized use&lt;/li&gt;
&lt;li&gt;Addressing violations of the Terms of Service&lt;/li&gt;
&lt;li&gt;Payment processing and contract management for paid services&lt;/li&gt;
&lt;li&gt;Notification of important announcements&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;3-provision-of-personal-information-to-third-parties&#34;&gt;3. Provision of Personal Information to Third Parties
&lt;/h2&gt;&lt;p&gt;The Service will not provide users&amp;rsquo; personal information to third parties except in the following cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When the user has given consent&lt;/li&gt;
&lt;li&gt;When required by law&lt;/li&gt;
&lt;li&gt;When necessary for the protection of life, body, or property&lt;/li&gt;
&lt;li&gt;When requested by a public authority&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;4-use-of-external-services&#34;&gt;4. Use of External Services
&lt;/h2&gt;&lt;p&gt;The Service may use the following external services for its operation.&lt;/p&gt;
&lt;h3 id=&#34;stripe-payment-processing&#34;&gt;Stripe (Payment Processing)
&lt;/h3&gt;&lt;p&gt;Payment processing for paid services is handled by &lt;strong&gt;Stripe, Inc.&lt;/strong&gt;
Credit card information entered by users is securely processed by Stripe, and the Service does not obtain or store sensitive information such as card numbers. For information on how Stripe handles personal information, please refer to the following:&lt;/p&gt;
&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;https://stripe.com/jp/privacy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://stripe.com/jp/privacy&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;5-cookies-and-analytics&#34;&gt;5. Cookies and Analytics
&lt;/h2&gt;&lt;p&gt;The Service may use cookies and similar technologies for the purpose of improving the Service and analyzing usage patterns. Cookies are small pieces of data stored in the user&amp;rsquo;s browser and do not contain information that directly identifies an individual. Users may refuse cookies through their browser settings; however, doing so may result in some features of the Service becoming unavailable.&lt;/p&gt;
&lt;h2 id=&#34;6-security-of-personal-information&#34;&gt;6. Security of Personal Information
&lt;/h2&gt;&lt;p&gt;The Service implements reasonable security measures to prevent leakage, loss, and alteration of personal information. Regarding credit card information, the Service is designed not to retain card information on its side by using a PCI-DSS compliant payment service (Stripe).&lt;/p&gt;
&lt;h2 id=&#34;7-disclosure-correction-and-deletion-of-personal-information&#34;&gt;7. Disclosure, Correction, and Deletion of Personal Information
&lt;/h2&gt;&lt;p&gt;Users may request the disclosure, correction, or deletion of their personal information.&lt;/p&gt;
&lt;p&gt;If you wish to make such a request, please contact us at the address provided below.
After verifying your identity, we will respond within a reasonable scope.&lt;/p&gt;
&lt;h2 id=&#34;8-use-by-minors&#34;&gt;8. Use by Minors
&lt;/h2&gt;&lt;p&gt;If a minor wishes to use the Service, please obtain the consent of a parent or guardian before doing so.&lt;/p&gt;
&lt;h2 id=&#34;9-changes-to-the-privacy-policy&#34;&gt;9. Changes to the Privacy Policy
&lt;/h2&gt;&lt;p&gt;The contents of this Policy may be changed as necessary.&lt;/p&gt;
&lt;p&gt;In the event of significant changes, users will be notified through the Service.&lt;/p&gt;
&lt;h2 id=&#34;10-contact-us&#34;&gt;10. Contact Us
&lt;/h2&gt;&lt;p&gt;For inquiries regarding this Privacy Policy, please contact us at the following:&lt;/p&gt;
&lt;p&gt;Data Toolbox
Operator: Yuichi Yazaki&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://forms.gle/bgzzf6FGfQp5SVxz7&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media external-link-card__media--placeholder&#34;&gt;&lt;span class=&#34;external-link-card__media-icon&#34; aria-hidden=&#34;true&#34;&gt;
          &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
            &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
            &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
          &lt;/svg&gt;
        &lt;/span&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;Google Forms&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Pre-Contract Inquiry about &amp;#39;Data Toolbox&amp;#39;&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;forms.gle&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;hr&gt;
&lt;p&gt;Version 1 - Enacted: March 5, 2026&lt;/p&gt;
</description>
        </item>
        <item>
        <title>FAQ</title>
        <link>https://app.dataviz.jp/en/faq/</link>
        <pubDate>Sat, 07 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/faq/</guid>
        <description>&lt;h2 id=&#34;about-this-service&#34;&gt;About This Service
&lt;/h2&gt;&lt;h3 id=&#34;what-is-data-toolbox&#34;&gt;What is Data Toolbox?
&lt;/h3&gt;&lt;p&gt;We provide a wide range of nimble data visualization (charts, data maps, network diagrams) and data wrangling tools — more diverse than Excel and easier than BI tools. Everything runs in your browser, and you can use all tools as much as you want with a flat-rate subscription.&lt;/p&gt;
&lt;h3 id=&#34;who-is-this-service-for&#34;&gt;Who is this service for?
&lt;/h3&gt;&lt;p&gt;This service is for anyone who works with data.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;People who want to create charts that Excel can&amp;rsquo;t make&lt;/li&gt;
&lt;li&gt;People who want to visualize data without programming languages like Python&lt;/li&gt;
&lt;li&gt;People who want specialized visualizations such as maps, networks, or text&lt;/li&gt;
&lt;li&gt;People who want to streamline data formatting and cleansing&lt;/li&gt;
&lt;li&gt;It can be used for a wide range of purposes including general documentation, marketing, government, research, and data journalism.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;what-kinds-of-data-visualizations-can-i-create&#34;&gt;What kinds of data visualizations can I create?
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Create various charts&lt;/li&gt;
&lt;li&gt;Exploratory data visualization&lt;/li&gt;
&lt;li&gt;3D map visualization&lt;/li&gt;
&lt;li&gt;Create data maps by prefecture or municipality&lt;/li&gt;
&lt;li&gt;Network visualization&lt;/li&gt;
&lt;li&gt;Text visualization&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and more.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;https://app.dataviz.jp/en/how-to-use-data-viz/&#34;&gt;Choosing the Right Data Visualization Tool&lt;/a&gt; page for details.&lt;/p&gt;
&lt;h3 id=&#34;what-kinds-of-data-wrangling-can-i-do&#34;&gt;What kinds of data wrangling can I do?
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Visually cleanse data&lt;/li&gt;
&lt;li&gt;Easily merge map data with thematic data&lt;/li&gt;
&lt;li&gt;Quickly understand JSON structure&lt;/li&gt;
&lt;li&gt;Fix character encoding issues&lt;/li&gt;
&lt;li&gt;Easily convert addresses to latitude/longitude&lt;/li&gt;
&lt;li&gt;Extract table data from PDFs&lt;/li&gt;
&lt;li&gt;Quickly create buffer zones around POIs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and more.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;https://app.dataviz.jp/en/how-to-use-data-wrangling/&#34;&gt;Choosing the Right Data Wrangling Tool&lt;/a&gt; page for details.&lt;/p&gt;
&lt;h3 id=&#34;who-owns-the-copyright-of-outputs-charts-etc-created-with-these-tools&#34;&gt;Who owns the copyright of outputs (charts, etc.) created with these tools?
&lt;/h3&gt;&lt;p&gt;The copyright of visualizations you create belongs to you. You are free to publish and use them as you wish.&lt;/p&gt;
&lt;h3 id=&#34;can-i-use-outputs-charts-etc-created-with-these-tools-commercially&#34;&gt;Can I use outputs (charts, etc.) created with these tools commercially?
&lt;/h3&gt;&lt;p&gt;Yes. You can freely use them in reports, presentations, papers, books, websites, and more.&lt;/p&gt;
&lt;h3 id=&#34;can-i-save-my-work&#34;&gt;Can I save my work?
&lt;/h3&gt;&lt;p&gt;For data visualization tools, we provide the ability to save your work as a project. These are listed on your dashboard and can be opened with a single click. Other tools (data wrangling, color design) do not have a save function — please download the output for your use.&lt;/p&gt;
&lt;h3 id=&#34;what-is-a-project&#34;&gt;What is a project?
&lt;/h3&gt;&lt;p&gt;We call the combination of &amp;ldquo;your data&amp;rdquo; and &amp;ldquo;your work in a tool&amp;rdquo; a &amp;ldquo;project.&amp;rdquo;&lt;/p&gt;
&lt;h3 id=&#34;can-i-start-using-it-right-away&#34;&gt;Can I start using it right away?
&lt;/h3&gt;&lt;p&gt;We are currently building and testing the service. We plan to launch around March 2026.&lt;/p&gt;
&lt;h2 id=&#34;how-to-use&#34;&gt;How to Use
&lt;/h2&gt;&lt;h3 id=&#34;do-i-need-to-install-anything&#34;&gt;Do I need to install anything?
&lt;/h3&gt;&lt;p&gt;No installation is required. All tools run in your browser.
You don&amp;rsquo;t need any special software — just an internet connection and a web browser.&lt;/p&gt;
&lt;h3 id=&#34;do-i-need-programming-skills&#34;&gt;Do I need programming skills?
&lt;/h3&gt;&lt;p&gt;No programming is required.
You can create charts and process data simply by uploading or entering your data.
We&amp;rsquo;ve designed professional tools to be as simple to use as possible.&lt;/p&gt;
&lt;h3 id=&#34;what-data-formats-are-supported&#34;&gt;What data formats are supported?
&lt;/h3&gt;&lt;p&gt;Most tools accept data in CSV format.
Some tools also support specific formats such as GeoJSON.
Each tool&amp;rsquo;s page lists supported data formats and provides sample data.&lt;/p&gt;
&lt;p&gt;Since Excel files can contain various data structures, we don&amp;rsquo;t support direct Excel uploads. Instead, we provide the versatile data cleansing tool &lt;a href=&#34;https://app.dataviz.jp/en/openrefine/&#34;&gt;OpenRefine&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;is-sample-data-available&#34;&gt;Is sample data available?
&lt;/h3&gt;&lt;p&gt;We offer two types of data portals: sample data bundled with each tool, and original datasets curated based on popular requests.&lt;/p&gt;
&lt;h2 id=&#34;pricing--subscriptions&#34;&gt;Pricing &amp;amp; Subscriptions
&lt;/h2&gt;&lt;h3 id=&#34;how-much-does-it-cost&#34;&gt;How much does it cost?
&lt;/h3&gt;&lt;p&gt;The most basic Standard Plan is $20/month.
Annual billing ($200/year) saves you $40 compared to monthly.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;https://app.dataviz.jp/en/pricing/&#34;&gt;Pricing&lt;/a&gt; page for details.&lt;/p&gt;
&lt;h3 id=&#34;are-subscriptions-auto-renewed&#34;&gt;Are subscriptions auto-renewed?
&lt;/h3&gt;&lt;p&gt;Yes. Using Stripe&amp;rsquo;s subscription system, your subscription is automatically renewed one month or one year after your payment date, depending on your plan.&lt;/p&gt;
&lt;h3 id=&#34;can-i-cancel-at-any-time&#34;&gt;Can I cancel at any time?
&lt;/h3&gt;&lt;p&gt;Yes, you can cancel at any time. After cancellation, automatic payments will stop, and you can continue using the service until the end of your current billing period.&lt;/p&gt;
&lt;h2 id=&#34;data-security&#34;&gt;Data Security
&lt;/h2&gt;&lt;h3 id=&#34;can-i-use-personal-or-confidential-data&#34;&gt;Can I use personal or confidential data?
&lt;/h3&gt;&lt;p&gt;Data used in our tools is generally not stored on our servers, but processing methods vary by tool. Some data visualization tools have a feature to save your work-in-progress, and in those cases data is stored on the server. For all other tools, data is not retained on the server side.&lt;/p&gt;
&lt;h2 id=&#34;future-plans&#34;&gt;Future Plans
&lt;/h2&gt;&lt;h3 id=&#34;will-more-tools-be-added&#34;&gt;Will more tools be added?
&lt;/h3&gt;&lt;p&gt;We continuously add and improve tools in this service.
We plan to add new data visualization and data wrangling tools on an ongoing basis.
Some tools may be modified or discontinued.
We welcome requests for tools and datasets, and will accommodate them as much as possible.&lt;/p&gt;
&lt;h2 id=&#34;adoption--organizational-use&#34;&gt;Adoption &amp;amp; Organizational Use
&lt;/h2&gt;&lt;h3 id=&#34;can-teams-or-companies-use-this&#34;&gt;Can teams or companies use this?
&lt;/h3&gt;&lt;p&gt;Yes, teams and companies can use this service.
As a suite of tools for streamlining data visualization and data wrangling, it can be used by people in various roles such as analysts and planners.
It can also be adopted as a common data tool within a team.&lt;/p&gt;
&lt;p&gt;However, a license is required for each user.
We offer bulk account registration and volume discounts — please contact us via the &lt;a href=&#34;https://app.dataviz.jp/en/contact/&#34;&gt;Contact&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&#34;can-it-be-used-for-corporate-training-or-educational-purposes&#34;&gt;Can it be used for corporate training or educational purposes?
&lt;/h3&gt;&lt;p&gt;Yes, it can be used for educational purposes.
It can serve as a tool for learning data visualization and data literacy in university courses or corporate training.
Since many of the tools are single-function, they are well-suited as teaching materials for understanding data structures and visualization mechanisms.&lt;/p&gt;
&lt;p&gt;However, a license is required for each user.
We offer bulk account registration and volume discounts — please contact us via the &lt;a href=&#34;https://app.dataviz.jp/en/contact/&#34;&gt;Contact&lt;/a&gt; page.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>License</title>
        <link>https://app.dataviz.jp/en/license/</link>
        <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/license/</guid>
        <description>&lt;p&gt;A list of licenses and credits for the tools provided by this service.&lt;/p&gt;
&lt;h2 id=&#34;open-source-software&#34;&gt;Open Source Software
&lt;/h2&gt;&lt;p&gt;The following tools are based on original open source projects. We are grateful to the developers of each project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Color Brewer&lt;/strong&gt; — Apache-2.0 License (Cynthia Brewer, Mark Harrower, The Pennsylvania State University)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cytoscape&lt;/strong&gt; — MIT License (Cytoscape Consortium)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;D3.js&lt;/strong&gt; — ISC License (Mike Bostock)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data Illustrator&lt;/strong&gt; — MIT License (Georgia Tech)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;(Geo) Data Merger&lt;/strong&gt; — MIT License (Fabio Berta)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GeoJSON.io&lt;/strong&gt; — ISC License (Mapbox)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gephi Lite&lt;/strong&gt; — GPL-3.0 License (Gephi / OuestWare)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;iwanthue&lt;/strong&gt; — MIT License (Sciences Po médialab)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JSON Crack&lt;/strong&gt; — Apache-2.0 License (Aykut Saraç)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;kepler.gl&lt;/strong&gt; — MIT License (Urban Computing Foundation)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leonardo&lt;/strong&gt; — Apache-2.0 License (Adobe)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mapshaper&lt;/strong&gt; — Mozilla Public License 2.0 (Matthew Bloch)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OpenRefine&lt;/strong&gt; — BSD-3-Clause License (OpenRefine contributors)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parallel Coordinates&lt;/strong&gt; — BSD-3-Clause License (Kai Chang)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAWGraphs&lt;/strong&gt; — Apache-2.0 License (DensityDesign Lab, Politecnico di Milano)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sankeymatic&lt;/strong&gt; — ISC License (Steve Bogart)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tabula PDF&lt;/strong&gt; — MIT License (Manuel Aristarán, Mike Tigas, Jeremy B. Merrill)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tilegrams&lt;/strong&gt; — ISC License (Pitch Interactive)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vega Editor&lt;/strong&gt; — BSD-3-Clause License (UW Interactive Data Lab)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Voyager 2&lt;/strong&gt; — BSD-3-Clause License (UW Interactive Data Lab)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Easings Cheat Sheet&lt;/strong&gt; — GPL-3.0 License (Andrey Sitnik, Ivan Solovev)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Map Tile Browser&lt;/strong&gt; — MIT License&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;datavizjp-original-tools&#34;&gt;dataviz.jp Original Tools
&lt;/h2&gt;&lt;p&gt;The following tools are originally developed by dataviz.jp.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ADS-B / AIS Visualization&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Aozora Bunko Ruby Remover&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Address to Lat/Lon Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Buffer Generator&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cartogram Japan&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cartogram Prefectures&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choropleth Japan&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Choropleth Prefectures&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Coordinate System Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GTFS Network Data Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lat/Lon Formatter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mapbox Classic Style Generator&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QuickChart UI&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shift JIS / UTF-8 Encoding Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG / GeoJSON Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG Gradient Editor&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SVG Texture Editor&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Word Cloud&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Specified Commercial Transaction Act</title>
        <link>https://app.dataviz.jp/en/transaction-law/</link>
        <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/transaction-law/</guid>
        <description>&lt;h2 id=&#34;business-operator&#34;&gt;Business Operator
&lt;/h2&gt;&lt;p&gt;Notation LLC&lt;/p&gt;
&lt;h2 id=&#34;business-location&#34;&gt;Business Location
&lt;/h2&gt;&lt;p&gt;N&amp;amp;E BLD. 7F, 1-12-4 Ginza, Chuo-ku, Tokyo 104-0061, Japan&lt;/p&gt;
&lt;h2 id=&#34;contact&#34;&gt;Contact
&lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;link&#34; href=&#34;mailto:info@notation.co.jp&#34; &gt;info@notation.co.jp&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;pricing&#34;&gt;Pricing
&lt;/h2&gt;&lt;p&gt;All prices are displayed inclusive of consumption tax.&lt;/p&gt;
&lt;h2 id=&#34;payment-method&#34;&gt;Payment Method
&lt;/h2&gt;&lt;p&gt;We use &lt;a class=&#34;link&#34; href=&#34;https://stripe.com/jp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Stripe&lt;/a&gt; for payment processing.&lt;/p&gt;
&lt;h2 id=&#34;handling-of-personal-information&#34;&gt;Handling of Personal Information
&lt;/h2&gt;&lt;p&gt;Please refer to our Privacy Policy.&lt;/p&gt;
&lt;h2 id=&#34;cancellations&#34;&gt;Cancellations
&lt;/h2&gt;&lt;p&gt;No returns, refunds, or cancellations are accepted at the customer&amp;rsquo;s convenience. Please be aware of this before purchasing.&lt;/p&gt;
&lt;h2 id=&#34;supported-browsers&#34;&gt;Supported Browsers
&lt;/h2&gt;&lt;p&gt;Latest versions of Chrome, Firefox, Safari, and Edge on desktop computers.
Tablets and smartphones are not guaranteed to be supported.&lt;/p&gt;
&lt;h2 id=&#34;delivery-of-products&#34;&gt;Delivery of Products
&lt;/h2&gt;&lt;p&gt;Upon purchasing paid content, access will be available immediately after the payment process is completed.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Terms of Service</title>
        <link>https://app.dataviz.jp/en/terms/</link>
        <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/terms/</guid>
        <description>&lt;p&gt;Version 1 - Enacted: March 10, 2026&lt;/p&gt;
&lt;p&gt;These Terms of Service (hereinafter referred to as &amp;ldquo;these Terms&amp;rdquo;) set forth the conditions for using the data visualization and data processing tool suite service &amp;ldquo;Data Toolbox&amp;rdquo; (&lt;a class=&#34;link&#34; href=&#34;https://www.dataviz.jp/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.dataviz.jp/&lt;/a&gt;) (hereinafter referred to as &amp;ldquo;the Service&amp;rdquo;) provided by Notation LLC (hereinafter referred to as &amp;ldquo;the Company&amp;rdquo;). Users shall use the Service upon agreeing to these Terms.&lt;/p&gt;
&lt;h2 id=&#34;article-1-scope-of-application&#34;&gt;Article 1: Scope of Application
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;These Terms apply to all aspects of the relationship between users and the Company regarding the use of the Service.&lt;/li&gt;
&lt;li&gt;Any individual rules or guidelines posted by the Company within the Service shall constitute a part of these Terms.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-2-definitions&#34;&gt;Article 2: Definitions
&lt;/h2&gt;&lt;p&gt;The terms used in these Terms are defined as follows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;User&amp;rdquo;
An individual or legal entity who uses the Service upon agreeing to these Terms.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;Account&amp;rdquo;
The identification information assigned to a user in order to use the Service.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;Content&amp;rdquo;
All information provided through the Service, including software, tools, programs, text, images, data, UI, and any other materials.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-3-service-description&#34;&gt;Article 3: Service Description
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;The Service is an online service that provides various tools for data visualization and data processing.&lt;/li&gt;
&lt;li&gt;The Service includes multiple tools, but the features and content of each tool are subject to change.&lt;/li&gt;
&lt;li&gt;The Company may add, modify, or remove features of the Service.&lt;/li&gt;
&lt;li&gt;The Company may impose reasonable limitations on usage volume, processing frequency, data size, access frequency, and other usage methods in order to ensure the stable provision of the Service.&lt;/li&gt;
&lt;li&gt;The Company may add, modify, or discontinue any tools, features, or content included in the Service.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-4-account-registration&#34;&gt;Article 4: Account Registration
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Users may be required to register an account in order to use the Service.&lt;/li&gt;
&lt;li&gt;Users shall keep their registration information accurate and up to date.&lt;/li&gt;
&lt;li&gt;Users shall manage their account information at their own responsibility.&lt;/li&gt;
&lt;li&gt;The Company shall not be liable for any damages arising from unauthorized use of an account.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-5-subscription&#34;&gt;Article 5: Subscription
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Part or all of the Service may be provided in a paid subscription format.&lt;/li&gt;
&lt;li&gt;Subscriptions will automatically renew unless cancelled by the user.&lt;/li&gt;
&lt;li&gt;Usage fees, payment methods, renewal cycles, and other details shall be in accordance with the information displayed on the Service.&lt;/li&gt;
&lt;li&gt;Payments may be processed through third-party payment services such as Stripe.&lt;/li&gt;
&lt;li&gt;Users shall also comply with the terms of service of the payment service.&lt;/li&gt;
&lt;li&gt;The Company may change the features, content, usage fees, or pricing structure of the Service. Such changes will be communicated by posting on the Service or by other means the Company deems appropriate.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-6-cancellation&#34;&gt;Article 6: Cancellation
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Users may cancel their subscription through the prescribed method.&lt;/li&gt;
&lt;li&gt;Once the cancellation procedure is completed, no charges will be incurred from the next renewal date onward.&lt;/li&gt;
&lt;li&gt;Fees already paid will not be refunded, except as required by law or as otherwise determined by the Company.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-7-handling-of-data&#34;&gt;Article 7: Handling of Data
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Users shall be responsible for the content, legality, and right to use any data entered or uploaded to the Service (hereinafter referred to as &amp;ldquo;User Data&amp;rdquo;).&lt;/li&gt;
&lt;li&gt;The Company has no obligation to monitor or guarantee the content of User Data.&lt;/li&gt;
&lt;li&gt;When handling personal information or confidential information, users shall manage it appropriately at their own responsibility.&lt;/li&gt;
&lt;li&gt;Even if User Data is stored or retained within the Service, the Company does not guarantee its storage, integrity, or continued retention. Users shall back up their data at their own responsibility as needed.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-8-visualization-and-analysis-results&#34;&gt;Article 8: Visualization and Analysis Results
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Visualization results, analysis results, processed data, and other outputs generated by the Service are provided as reference information.&lt;/li&gt;
&lt;li&gt;The Company does not guarantee the accuracy, completeness, or usefulness of such results.&lt;/li&gt;
&lt;li&gt;Users shall use the results at their own responsibility.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-9-prohibited-activities&#34;&gt;Article 9: Prohibited Activities
&lt;/h2&gt;&lt;p&gt;Users shall not engage in the following activities when using the Service:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Activities that violate laws, regulations, or public order and morals&lt;/li&gt;
&lt;li&gt;Activities that infringe upon the rights of the Company or third parties&lt;/li&gt;
&lt;li&gt;Activities that interfere with the operation of the Service&lt;/li&gt;
&lt;li&gt;Unauthorized access or attempts thereof&lt;/li&gt;
&lt;li&gt;Using bots, scraping tools, automation tools, or similar means to extract content from the Service&lt;/li&gt;
&lt;li&gt;Copying, reverse-engineering, or redistributing the software or features of the Service&lt;/li&gt;
&lt;li&gt;Using the Service for the purpose of developing a competing service&lt;/li&gt;
&lt;li&gt;Developing or providing a service that competes with the Company by utilizing the features of the Service&lt;/li&gt;
&lt;li&gt;Any other activities deemed inappropriate by the Company&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-10-intellectual-property-rights&#34;&gt;Article 10: Intellectual Property Rights
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;Intellectual property rights related to the software, tools, designs, text, images, UI, programs, and other elements of the Service belong to the Company or their rightful owners.&lt;/li&gt;
&lt;li&gt;The copyright of visualizations, images, charts, processed data, and other outputs created by users using the Service (hereinafter referred to as &amp;ldquo;Generated Content&amp;rdquo;) belongs to the respective user, provided that such use does not infringe upon the rights of the Company or third parties, including software, templates, and design elements included in the Service.&lt;/li&gt;
&lt;li&gt;Users may use, publish, and distribute Generated Content at their own responsibility.&lt;/li&gt;
&lt;li&gt;Users hereby grant the Company a free-of-charge license to store, copy, process, display, distribute, embed, and otherwise handle Generated Content to the extent necessary for the provision and operation of the Service.&lt;/li&gt;
&lt;li&gt;The Company may introduce Generated Content created by users for the purpose of promoting or publicizing the Service, provided that such use does not unreasonably harm the rights of the user.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-11-third-party-software&#34;&gt;Article 11: Third-Party Software
&lt;/h2&gt;&lt;p&gt;The Service may include open-source software or third-party software. The use of such software may be subject to their respective license terms.&lt;/p&gt;
&lt;h2 id=&#34;article-12-changes-and-suspension-of-service&#34;&gt;Article 12: Changes and Suspension of Service
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;The Company may change, add, or remove the content of the Service without prior notice.&lt;/li&gt;
&lt;li&gt;The Company may suspend all or part of the Service in the following cases:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;System maintenance&lt;/li&gt;
&lt;li&gt;Incident response&lt;/li&gt;
&lt;li&gt;Force majeure&lt;/li&gt;
&lt;li&gt;Other cases deemed necessary for operational purposes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;article-13-suspension-of-use&#34;&gt;Article 13: Suspension of Use
&lt;/h2&gt;&lt;p&gt;The Company may suspend or delete a user&amp;rsquo;s account without prior notice if the Company determines that the user falls under any of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Violation of these Terms&lt;/li&gt;
&lt;li&gt;Unauthorized use&lt;/li&gt;
&lt;li&gt;Extended period of non-use&lt;/li&gt;
&lt;li&gt;Other cases deemed inappropriate by the Company&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;article-14-disclaimer&#34;&gt;Article 14: Disclaimer
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;The Company shall not be liable for any damages caused by system failures, data loss, service interruptions, or similar events in the course of providing the Service.&lt;/li&gt;
&lt;li&gt;Even if the Company is found to be liable, such liability shall be limited to the total amount of usage fees paid by the user to the Company.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;article-15-changes-to-the-terms&#34;&gt;Article 15: Changes to the Terms
&lt;/h2&gt;&lt;p&gt;The Company may change these Terms when deemed necessary. The revised Terms shall take effect upon being posted on the Service.&lt;/p&gt;
&lt;h2 id=&#34;article-16-governing-law-and-jurisdiction&#34;&gt;Article 16: Governing Law and Jurisdiction
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;These Terms shall be governed by the laws of Japan.&lt;/li&gt;
&lt;li&gt;In the event of any dispute arising in connection with the Service, the court having jurisdiction over the location of the Company&amp;rsquo;s head office shall have exclusive agreed jurisdiction as the court of first instance.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;End of Terms&lt;/p&gt;
</description>
        </item>
        <item>
        <title>About Us</title>
        <link>https://app.dataviz.jp/en/about/</link>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/about/</guid>
        <description>&lt;h2 id=&#34;operating-company&#34;&gt;Operating Company
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Notation LLC&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Based on the belief that &amp;ldquo;data visualization is the intersection of expressive communication and problem-solving,&amp;rdquo; we provide new forms of notation to the world.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://notation.co.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;../images/logo_notation.png&#34; alt=&#34;合同会社ノーテーション&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;notation.co.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;合同会社ノーテーション&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;notation.co.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;about-the-representative&#34;&gt;About the Representative
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Yuichi Yazaki&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After seven years of experience as a user interface designer and art director at Business Architects Inc., Yuichi Yazaki went independent. He is engaged in a wide range of activities related to the practice and promotion of data visualization, including lectures at corporations and educational institutions, information dissemination through the website Visualizing.JP, and community activities through Data Visualization Japan.&lt;/p&gt;
&lt;p&gt;He is the sole author of &amp;ldquo;The Complete Guide to Data Visualization Fundamentals&amp;rdquo; and co-author of &amp;ldquo;The RESAS Textbook&amp;rdquo; (Nikkei BP, 2016). He holds a Master&amp;rsquo;s degree in Design Science from Chiba Institute of Technology. He is the founder of Data Visualization Japan and a Yahoo! News Expert.&lt;/p&gt;
&lt;hr&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://all-about-book.visualizing.jp/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media&#34;&gt;&lt;img src=&#34;../images/book_all-about-dataviz.jpg&#34; alt=&#34;データ可視化の基本が全部わかる本&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34; /&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;dataviz.jp&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;データ可視化の基本が全部わかる本&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;all-about-book.visualizing.jp&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

</description>
        </item>
        <item>
        <title>Contact</title>
        <link>https://app.dataviz.jp/en/contact/</link>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/contact/</guid>
        <description>&lt;h2 id=&#34;pre-contract-inquiries&#34;&gt;Pre-Contract Inquiries
&lt;/h2&gt;&lt;p&gt;For inquiries before signing up, please use the form below.&lt;/p&gt;
&lt;div class=&#34;external-link-card&#34;&gt;
  &lt;a class=&#34;external-link-card__inner&#34; href=&#34;https://forms.gle/bgzzf6FGfQp5SVxz7&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
    &lt;div class=&#34;external-link-card__media external-link-card__media--placeholder&#34;&gt;&lt;span class=&#34;external-link-card__media-icon&#34; aria-hidden=&#34;true&#34;&gt;
          &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
            &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
            &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
          &lt;/svg&gt;
        &lt;/span&gt;&lt;/div&gt;
    &lt;div class=&#34;external-link-card__body&#34;&gt;&lt;div class=&#34;external-link-card__site&#34;&gt;Google Forms&lt;/div&gt;&lt;div class=&#34;external-link-card__title&#34;&gt;Pre-Contract Inquiry about “Data Toolbox”&lt;/div&gt;&lt;div class=&#34;external-link-card__url&#34;&gt;forms.gle&lt;/div&gt;&lt;/div&gt;
    &lt;span class=&#34;external-link-card__icon&#34; aria-hidden=&#34;true&#34;&gt;
      &lt;svg viewBox=&#34;0 0 24 24&#34; focusable=&#34;false&#34;&gt;
        &lt;path d=&#34;M14 3h7v7m0-7L13 11&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
        &lt;path d=&#34;M17 17H5V5h7&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;/&gt;
      &lt;/svg&gt;
    &lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;post-contract-inquiries&#34;&gt;Post-Contract Inquiries
&lt;/h2&gt;&lt;p&gt;After logging in, please contact us through the &amp;ldquo;Account Information&amp;rdquo; page accessible from your dashboard.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Pricing Plans</title>
        <link>https://app.dataviz.jp/en/pricing/</link>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/pricing/</guid>
        <description></description>
        </item>
        <item>
        <title>Search</title>
        <link>https://app.dataviz.jp/en/search/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/search/</guid>
        <description></description>
        </item>
        <item>
        <title>Tools</title>
        <link>https://app.dataviz.jp/en/tools/</link>
        <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
        
        <guid>https://app.dataviz.jp/en/tools/</guid>
        <description></description>
        </item>
        
    </channel>
</rss>
