Giter VIP home page Giter VIP logo

any's Introduction

<title>Customized SVG Map</title> <style> body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f4f4f4; }
    svg {
        width: 70%;
        height: auto;
    }

    /* .state-label {
        font-family: Arial, sans-serif;
        font-size: 12px;
        fill: #000;
    }

    .state-path {
        fill-opacity: 1;
        transition: fill 0.3s ease;
    }

    .state-path:hover {
        fill-opacity: 0.8;
    } */


    .legend {
        position: absolute;
        top: 10px;
        right: 10px;
        background: white;
        border: 1px solid #ddd;
        padding: 10px;
        font-family: Arial, sans-serif;
    }

    .legend-title {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .legend-item {
        display: flex;
        align-items: center;
        margin-bottom: 3px;
    }

    .legend-color {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    /* Customize the colors to match the PNG */
    .color-1 { fill: #cff3ff; }
    .color-2 { fill: #95e3fc; }
    .color-3 { fill: #68d3fa; }
    .color-4 { fill: #40bff7; }
    .color-5 { fill: #1e9ee0; }
    .color-6 { fill: #006bbb; }

</style>
<div class="map-container">

<?xml version="1.0"?>
MSME Count (Millions)
> 4.0
3.0 - 4.0
2.0 - 3.0
1.5 - 2.0
1.0 - 1.5
<1.0

any's People

Contributors

prachiii8287 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.